1. Pong
Starting the 20 game challenge found here! https://20_games_challenge.gitlab.io/games/pong/
Player 1 - W for up, S for down
Player 2 - Up Arrow for up, Down Arrow for down
Credit:
GrafxKid - at01 Pixel Font https://itch.io/queue/c/733269/godot-pixel-fonts?game_id=707314
Project files can be found here: https://github.com/Kparker15/1.Pong
Published | 2 days ago |
Status | Released |
Platforms | HTML5 |
Author | KP_Terrorbyte |
Genre | Sports |
Made with | Godot |
Comments
Log in with itch.io to leave a comment.
Well done,
After going through your game's github repo, I see that you've put all the scenes and scripts in a main game folder.
It makes the project cluttered and hard to manage. Therefore, you should always place scenes and scripts in distinct sub folders as you did for art and assets.
thanks for the tip! I agree, i did not do much for organization during development for this. I'm working on improving this for game 2
nice
thanks!