This website requires JavaScript.
Explore
Help
Sign In
Syntriax
/
Engine-Pong
Watch
1
Star
0
Fork
You've already forked Engine-Pong
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
e86cf71010
Engine-Pong
/
Game
/
Program.cs
4 lines
54 B
C#
Raw
Normal View
History
Unescape
Escape
Added MonoGame GL Template
2023-11-23 23:59:03 +03:00
refactor: Game1 to GamePong
2024-01-30 12:51:30 +03:00
using
var
game
=
new
Pong
.
GamePong
(
)
;
Added MonoGame GL Template
2023-11-23 23:59:03 +03:00
game
.
Run
(
)
;