GitXplorerGitXplorer
g

UnityPong

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
1c58ebb3553e4975dca147452d0b300b99238a18

Update README.md

ggarburator committed 8 years ago
Unverified
568066b4f2eb23a0f6d639fb266bda9ed01eb4b8

Adding some gameplay images.

ggarburator committed 8 years ago
Unverified
c82ca5451528550f423a154990abb9812409b4c8

Add Unity Project for Pong

ggarburator committed 8 years ago
Unverified
e1c639c25528913a69776b66f25b5d732f2e4d0e

Create .gitignore

ggarburator committed 8 years ago
Unverified
a4f84c3c54a37bda43950a27cb302f999bcceefa

Initial commit

ggarburator committed 8 years ago

README

The README file for this repository.

#UnityPong

UnityPong is my first adventure into C# and Unity. It's a simple re-creation of the classic Pong arcade game. The ai is extremely simple, and will simply try to follow the ball at a set speed. The game is built following a youtube tutorial similar to this one, but I can no longer find it.

##Main Screen Main Screen

##Gameplay Gameplay is simple, with no win condition. You can play forever. Note, there is an issue with the text placement, such that any double digit numbers will be displayed over the center line.

Gameplay

There is a '.exe' file that should allow anyone on a 64-bit Windows 10 machine to play the game.