https://github.com/0nom4d/need4stek
AI EPITECH Project
https://github.com/0nom4d/need4stek
artificial-intelligence c epitech-project introduction simulation
Last synced: about 1 year ago
JSON representation
AI EPITECH Project
- Host: GitHub
- URL: https://github.com/0nom4d/need4stek
- Owner: 0Nom4D
- Created: 2020-06-04T12:30:07.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-03-12T09:29:07.000Z (over 4 years ago)
- Last Synced: 2023-03-04T01:41:32.419Z (over 3 years ago)
- Topics: artificial-intelligence, c, epitech-project, introduction, simulation
- Language: C
- Homepage:
- Size: 12.5 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Need4Stek
Need4Stek project is an EPITECH AI Project. This one counts for the AI-200 (Introduction to AI) Tek1 module.
This project is a simulation of a car on multiples tracks.
## Before continuing...
This project is an EPITECH Project. If you are an EPITECH student, move out the way! Nothing to see here... The groups don't want to be involved to your -42.

If you're not, no worries! You're welcome here!
### Prerequisites
To use this / test this, you'll need CoppeliaSim binary:
* [CoppeliaSim Download](https://drive.google.com/file/d/1u8Iv2quw0IyKeFp92ibR35lAz26Qz0Oj/view?usp=sharing)
### Building program
Need4Stek is an AI project. You can build the project using:
```
$> make
```
Then, to launch and watch what's happening in the simulation, you have to launch CoppeliaSim and pipes.sh:
```
First Terminal:
$> ./coppeliaSim.sh
Second Terminal:
$> ./pipes.sh
```
Finnaly, you'll see your car move on coppeliaSim.
### Coding Style
Need4Stek respects the **EPITECH C** coding style.
## Authors
* **Arthur Adam** - [0Nom4D](https://github.com/0Nom4D)
* **Simon Thibaud** - [SimonTHD](https://github.com/SimonTHD)
* **Alban Bodenes** - [Alban-Bodenes](https://github.com/Alban-Bodenes)
See also the list of [contributors](https://github.com/0Nom4D/Need4Stek/graphs/contributors) who participated in this project.%