Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/yds12/jwltief
- Owner: yds12
- License: mit
- Created: 2017-05-15T18:31:18.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-05-16T20:04:56.000Z (over 7 years ago)
- Last Synced: 2024-11-14T01:20:20.731Z (3 months ago)
- Topics: casual-game, desktop-game, mouse-game
- Language: C++
- Homepage:
- Size: 4.99 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.