https://github.com/hirako2000/monopingpong
A simple Pong game coded with MonoGame
https://github.com/hirako2000/monopingpong
c-sharp monogame pong xna
Last synced: 6 months ago
JSON representation
A simple Pong game coded with MonoGame
- Host: GitHub
- URL: https://github.com/hirako2000/monopingpong
- Owner: hirako2000
- Created: 2014-08-25T00:14:32.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-08-25T13:22:27.000Z (about 11 years ago)
- Last Synced: 2025-02-09T05:37:49.861Z (8 months ago)
- Topics: c-sharp, monogame, pong, xna
- Language: C#
- Size: 1.37 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
MonoPingPong
============A simple Pong game coded with [MonoGame] (http://www.monogame.net/).
- Single player only
- Basic CPU AI
- Sound effects & Music
- Tested binary on Windows 8The intent was to get some hands on MonoGame, writing a minimalist game in c# to learn a bit about the XNA pipeline and how Monogame makes multi platform game developement easy to achieve.
