https://github.com/gabrielravier/epitech-rtype
A multithreaded server and a graphical client for the game R-Type, using an engine of our own design.
https://github.com/gabrielravier/epitech-rtype
Last synced: over 1 year ago
JSON representation
A multithreaded server and a graphical client for the game R-Type, using an engine of our own design.
- Host: GitHub
- URL: https://github.com/gabrielravier/epitech-rtype
- Owner: GabrielRavier
- Created: 2022-09-23T14:38:05.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-11-13T22:33:32.000Z (over 3 years ago)
- Last Synced: 2025-02-13T09:26:43.416Z (over 1 year ago)
- Language: C++
- Homepage:
- Size: 2.47 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
# R-Type
This project is a multithreaded server and a graphical client for the game R-Type, using an engine of our own design.
For documentation on how to build and run the project, see [INSTALL.md](./INSTALL.md)
## Other resources
[This page contains general recommendations to anyone who wants to contribute to this project](./CONTRIBUTING.md)
[Programmer documentation (i.e. information for people who want to dive into the project's code) is here](./docs/INTRODUCTION.md)
[Doxygen-generated documentation](https://gabrielravier.github.io/epitech-rtype/)