![]() |
R-Type
2
Doom but in better
|
This tutorial walks you through creating a simple game (e.g., Pong) using the engine.
Client
class.EntityManager
to create paddles and a ball.NetworkClient
for multiplayer functionality.Client::render()
.Compile your project and test the game.