- This game is a 3rd year Epitech project
- Shoot: X
- Move: ← ↑ ↓ →
- Dependencies:
- Run
cmake . && make -j8 - Run the server with
./server/rtype_server - Run the client with
./client/rtype_client
cmake . && make -j8./server/rtype_server./client/rtype_client