Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/linkdd/kickle-clone

Clone of the NES game "Kickle Cubicle"
https://github.com/linkdd/kickle-clone

2d-game clone game nes retro

Last synced: 2 months ago
JSON representation

Clone of the NES game "Kickle Cubicle"

Awesome Lists containing this project

README

        

# Kickle Clone

Clone of the NES game [Kickle Cubicle](https://www.youtube.com/watch?v=pBtt3NTsLxM).

**Tools:**

- Sprites are made with [Aseprite](https://www.aseprite.org/)
- Tilesets and levels are made with [Tiled](https://www.mapeditor.org/)

This project is a showcase of the [Trollworks](https://github.com/trollworks)
game engine.

## Build and run

Build using [Shipp](https://github.com/linkdd/shipp):

```
$ shipp deps.get
$ shipp deps.build
$ shipp build
```

And run with:

```
$ make run
```

## License

This project and all its assets are released under the terms of the
[MIT License](./LICENSE.txt).