https://github.com/lilgallon/lightbot
🎮 Lightbot is an educational video game to learn software programming concepts. Made for the Introduction to OOP & OOP design course at the Bordeaux Institute of Technology
https://github.com/lilgallon/lightbot
bordeaux-institude-of-technology bordeaux-university educational-game iut-bordeaux lightbot
Last synced: 3 months ago
JSON representation
🎮 Lightbot is an educational video game to learn software programming concepts. Made for the Introduction to OOP & OOP design course at the Bordeaux Institute of Technology
- Host: GitHub
- URL: https://github.com/lilgallon/lightbot
- Owner: lilgallon
- License: gpl-3.0
- Created: 2017-10-05T16:27:32.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2019-05-28T13:51:03.000Z (over 6 years ago)
- Last Synced: 2025-06-03T17:24:00.326Z (4 months ago)
- Topics: bordeaux-institude-of-technology, bordeaux-university, educational-game, iut-bordeaux, lightbot
- Language: C++
- Homepage:
- Size: 3.68 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Lightbot


Lightbot is an educational video game to learn software programming concepts. Made for the Introduction to OOP & OOP design course at the Bordeaux Institute of Technology (grade: 16/20).

## 1. Getting started
### 1.1 Prerequisites
- SFML### 1.2 Setting up your dev environment
Open the project with Qt, it should work if you have the prerequisites.### 1.4 Documentation
Here is the [documentation](docs).## 2. Miscellaneous
### 2.1 Changelog
The changelog is available [here](CHANGELOG.md).### 2.2 Authors
- **N3ROO** - *Initial work* - [Github](https://github.com/N3ROO) [Website](https://n3roo.github.io/)
- **T. Renaudon** - *Initial work*### 2.3 License
This project is licensed under the GPL-3.0 license - see the [LICENSE](LICENSE.md) file for details