$12256 / $11500
(This package is bundled with the graphics http://opengameart.org/content/full-8bit-ping-pong-set)
The good old Ping Pong game is still the best to warm up for a game programming career.
Don't believe it? I tell you why:
Have fun! Yours, captaincrunch80
Comments
Thnx
Thanks for these! Just what I was looking for. Like you said, Pong is a good start for game programming and I am in fact using your sounds for a project just like that: Cong
Thank you so much for these. Yeah, exactly like you said, Pong is an excellent first project for learning game development. Not only are the simple mechanics surprisingly difficult to get just right from a programmer's perspective, but the game's full specifications are public knowledge and easy to wrap your brain around, which removes a huge hurdle for someone who wants to make a complete game. Even other arcade games require a substantial time investment to get familiar with the fine details of, say, enemy behavior and game balance.
I used your sounds in my Pong implementation: https://gitlab.com/jhigginbotham64/pong-clone
What a learning experience, too. Clocking in at ~1500 lines of code (if you include scene files generated by working in-engine with Godot, as distinct from script code) after about a week's worth of work, it's nothing to sneeze at.
Hey, almost 3 years later and I used these sounds again in another Pong implementation, this time for an open-source game engine I'm working on.
I've reposted them here, along with the CellPhone spritesheets: https://github.com/jhigginbotham64/assets
...and used them here: https://github.com/jhigginbotham64/Starlight.jl/blob/main/examples/Pong.jl
Thanks again!
Just used this in a video series on making your first game.
Thank you very much!