This is our implementation of Just Pong Game from this Telerik Academy video: https://www.youtube.com/watch?v=DmkqnjsNKZM We implemented it by following the instructions and:
- refactored the game code to use OOP
- added a database layer for saving games and user data
- added a Text User Interface (TUI), as demonstrated by @viktorpts:
- we also used instrucitons from Andrew Stellman for the moving objects:
- CmdArt by @Whiteknight: https://github.com/Whiteknight/CmdArt . More infor at: http://whiteknight.github.io/2017/02/25/cmdart.html
- NUnit 3.6.1 for some basic tests
- Entity Framework 6.1.3