This website requires JavaScript.
Explore
Help
Register
Sign In
cnml
/
pong-game
Watch
1
Star
0
Fork
0
You've already forked pong-game
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
2fb395a8d4
pong-game
/
PongGame
/
Hubs
/
GameState.cs
8 lines
115 B
C#
Raw
Normal View
History
Unescape
Escape
Implemented basic Pong lobby system
2022-11-03 12:29:35 +01:00
namespace
PongGame
;
Added game state, allow paddle movement
2022-11-04 00:13:00 +01:00
public
enum
GameStatus
{
Implemented basic Pong lobby system
2022-11-03 12:29:35 +01:00
WaitingForPlayers
,
InProgress
,
Finished
,
Blind and likely wrong untested game logic Added gameloop worker
2022-11-04 01:46:48 +01:00
Paused
,
Implemented basic Pong lobby system
2022-11-03 12:29:35 +01:00
}
Reference in New Issue
Copy Permalink