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

https://github.com/snowfrogdev/mars-lander


https://github.com/snowfrogdev/mars-lander

Last synced: 9 days ago
JSON representation

Awesome Lists containing this project

README

        

# Codingame's Mars Lander Puzzle

Demo availaible at: .

Alternatively you can serve it locally by doing:

```bash
npm install -g parcel-bundler
npm install
npm run start
```