https://github.com/eevee/isaacs-descent
Isaac's Descent HD Remix, a puzzle platformer for LÖVE
https://github.com/eevee/isaacs-descent
Last synced: 11 months ago
JSON representation
Isaac's Descent HD Remix, a puzzle platformer for LÖVE
- Host: GitHub
- URL: https://github.com/eevee/isaacs-descent
- Owner: eevee
- License: other
- Created: 2016-08-31T17:44:26.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-03-20T05:24:16.000Z (about 9 years ago)
- Last Synced: 2025-06-21T09:06:28.355Z (12 months ago)
- Language: Lua
- Size: 3.58 MB
- Stars: 9
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Isaac's Descent HD Remix
This is a puzzle-platformer based on the PICO-8 game I did for Ludum Dare 36, [Isaac's Descent](https://c.eev.ee/isaacs-descent/).
It requires [LÖVE](https://love2d.org/) 0.10+ and nothing else.
## Running
Just install LÖVE and run this repository with it.
git clone https://github.com/eevee/isaacs-descent.git
love isaacs-descent
## Built with
- [LÖVE](https://love2d.org/), a Lua game engine
- [Vim](http://www.vim.org/), a text editor for nerds
- [Aseprite](http://www.aseprite.org/), a pixel art editor
- AndroidArts's 64-color [Famicube](http://androidarts.com/palette/Famicube.htm) palette
- [Tiled](http://www.mapeditor.org/), a map editor
- A little inspiration from the [PICO-8](http://www.lexaloffle.com/pico-8.php) and [Ludum Dare](http://ludumdare.com/compo/)