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
c2d2e1fd52
Engine-Pong
/
Game
/
Program.cs
4 lines
51 B
C#
Raw
Normal View
History
Unescape
Escape
Added MonoGame GL Template
2023-11-23 23:59:03 +03:00
fix: Build Issue
2023-11-24 15:49:48 +03:00
using
var
game
=
new
Pong
.
Game1
(
)
;
Added MonoGame GL Template
2023-11-23 23:59:03 +03:00
game
.
Run
(
)
;