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

https://github.com/benoitprmt/gravitygarden

Your are a rabbit 🐰 and you have to catch carrots 🥕
https://github.com/benoitprmt/gravitygarden

gamejam javascript phaser3

Last synced: 11 months ago
JSON representation

Your are a rabbit 🐰 and you have to catch carrots 🥕

Awesome Lists containing this project

README

          

GravityGarden 🥕


Github top language

Github language count

Repository size

License


About   |  
Features   |  
Technologies   |  
Requirements   |  
Starting   |  
License   |  
Author


## 🎯 About ##

Your are a rabbit 🐰 and you have to catch carrots. But be careful, rotten carrots will make you lose energy. You can also get energy by eating carrots.

This project was made during a GameJam by CODA in 48h !
We choose this fictive cover :

![Game cover](src/assets/gamecover.jpg)

## ✨ Features ##

- Catch carrots
- Avoid rotten carrots
- Get and lost energy

## 🚀 Technologies ##

The following tools were used in this project:

- [Phaser](https://phaser.io/)

## ✅ Requirements ##

Before starting :checkered_flag:, you need to have [Git](https://git-scm.com) installed.

## 🏁 Starting ##

```bash
# Clone this project
$ git clone https://github.com/BenoitPrmt/GravityGarden

# Access
$ cd GravityGarden

# You can launch the game with LiveServer
```

## 📝 License ##

This project is under license from MIT. For more details, see the [LICENSE](LICENSE.md) file.

Made with ❤️ by Benoît, Raxuis, Guillaume

 

Back to top