Warning
Major changes to the way the project works!
Hack'n'Leap is a platform game on the theme of programming, in which the player evolves by programming in pseudo-code. Throughout the game, players will have to create new functions and assign them to keys to advance through the game's multiple levels. The game is developed in C# using the Unity game engine.
We welcome contributions from everyone. If you would like to contribute, please follow the guide below :
- Fork the Project.
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
). - Commit your Changes (
git commit -m 'Add some AmazingFeature'
). - Push to the Branch (
git push origin feature/AmazingFeature
). - Open a pull request.
This project is distribued under the MIT license.