- Requirements
- Communication
- Installation
- Installation from source
- Compilation
- More Details
- Testing
- Credits
- License
- C++ 20+ is required
- If you have a bug or an issue, please contact us.
- Head to the releases page and download the latest release for your platform.
git clone git@github.com:UwUClub/R-Type.git
cmake -S . -B build && cmake --build build
First start the server
./server <ip> <port>
Then start the client
./client <ip of server> <port of server>
Standalone flappybird game to demonstrate ECS.
./flappybird
can add that to see coverage % in github
* [![codecov](https://codecov.io/gh/UwUClub/R-Type/branch/main/graph/badge.svg)](https://codecov.io/gh/cpp-best-practices/cmake_template)
See Catch2 tutorial
- Valentin Gegoux
- Baptiste Laran
- Mathéo Martin
- Maxence Labourel
R-Type is developped by the UwUClub for Epitech.