Simple Pong game
This is Pong game prototype written on pure C# / WinForms
- .NET Framework 3.0
Build, run and enjoy!
Core game and classesMoving paddlesMoving ballWorld bounds and collidingDemo game mode- Errors handler
- Logger
- App icon
- Key controls: exit, up, down, restart, game type selection
- Main menu
- Player VS CPU game type
- Difficulty selection
- Player VS Player game
- Code comments
- Patterns (Abstract factory for game types, maybe something else...)
- Neural network AI
- Sounds
- Remove flickering
- FPS counter
- OpenGL / DirectX version
- Mobile version
- Web version
- More threads!
- Refactoring
- Optimizations
- WPF
- Dedicated server mode with /server launch key
- Online multiplayer
- Leaderboards
- Customizations, options