- Introduction
- Features
- Requirements
- Installation
- Configuration
- Usage
- Development
- Testing
- Contributing
- License
- Acknowledgements
Complexo, is a C++ -based online racing game with controller support and
- nothing yet tbh: smol progrem.
Before installing and running Complexo, ensure you have the following prerequisites:
- Operating System: macOS 10.10+, or a recent Linux distribution.
- Compiler: GCC or Clang for Linux/macOS.
- Libraries: Regex, SDL2, SDL2_Net
- Development Tools: Make or CMake for build automation.
-
Clone the Repository
git clone https://github.com/carteeeltheboss/MotoCP.git cd MotoCP
-
Install gcc and Dependencies
- Windows: use Visual Sudio and import the project as a solution, use the .sln provided in the repo
- macOS: You need to have brew installed first.
brew install gcc make autoconf automake libtool
- Linux:
sudo apt update sudo apt-get install build-essential
-
Build the program
- Using Make
make
- Using Make
Not much to configure for the moment
To start the program, navigate to the directory where the input file is located and run:
./server fir
./client
-
Fork the Repository
-
Install GCC and Dependencies
git clone https://github.com/carteeeltheboss/MotoCP.git cd complexo
-
Checkout to a new branch
git checkout -b your-new-branch-name
-
Commit your changes
git commit -am 'Add new feature'
-
Push to your fork
git push origin your-new-branch-name
Copyright (c) 2024 HANFAOUI Karim and MotoCP
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
I would like to express my sincere gratitude to the following individuals and organizations for their support and contributions to this project:
- Open Source Contributors: For the various open-source tools, libraries, and resources that were used in the development of this game.
Special thanks to the following resources and inspirations that played a significant role in the project's design and development:
- Regex: where if you had a problem and tried to use it, you have then 2 problems
- (not chatgpt at all): For helping in debugging and bug tracability.
- [Contributors]: For their valuable contributions, whether it be through code, suggestions, or testing.