Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/yds12/jwltief

Simple game where you play a thief with the mouse and collect jewels.
https://github.com/yds12/jwltief

casual-game desktop-game mouse-game

Last synced: 21 days ago
JSON representation

Simple game where you play a thief with the mouse and collect jewels.

Awesome Lists containing this project

README

        

# Jwltief

A game where you control a thief with the mouse, aiming to collect as many
gems as you can, without being hit by enemies.

The game is inspired in the game Jewel Thief by Paul Ligeski, from 1991.

A Youtube trailer is available [here](https://www.youtube.com/watch?v=qhmoWmVqoo4).

## Installing

To install Jwltief you need to install the
[AGL2 Game Library](https://github.com/yds12/agl2) first.

Then, open a terminal, `cd` to the root folder of *jwltief* and type:

```
make release
```

Now you can just run the game via the executable file `jwltief` that is
compiled in the same folder.