An open API service indexing awesome lists of open source software.

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

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.

![Alt Text](https://github.com/0Nom4D/Need4Stek/blob/master/EvilBeware.gif)

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.%