Difference between revisions of "Quasimofo"

(Created page with "Quasimofo - a remake of the classic Hunchback game, my first attempt at using Love2d. Mainly a learning exercise to explore how easy it would be to quickly write a full game u...")
 
(Other Credits)
(One intermediate revision by the same user not shown)
Line 11: Line 11:
 
* [https://github.com/Krunkathos/Quasimofo Source code and assets available on GitHub]
 
* [https://github.com/Krunkathos/Quasimofo Source code and assets available on GitHub]
  
 +
== '''Other Credits''' ==
 +
 +
* Tserial Lua library - written by [https://love2d.org/wiki/User:Taehl Taehl]
 +
* Tile images - modified from tileset by [http://ayene-chan.deviantart.com/art/RPG-Maker-Tiles-255998841 Ayene Chan], provided under [http://creativecommons.org/licenses/by/3.0/ CC-BY-3.0 license]
 +
* Title image - modified from image by [http://nahim89.deviantart.com/ nahim89], provided under [http://creativecommons.org/licenses/by/3.0/ CC-BY-3.0 license]
 +
* Music - Automatically generated by [http://codeminion.com/blogs/maciek/2008/05/cgmusic-computers-create-music/ cgMusic]
 +
* gfx/fonts/PressStart2P/PressStart2P-Regular.ttf - created by [mailto:cody@zone38.net Cody "CodeMan38" Boisclair], provided under SIL Open Font License v1.1
  
 
{{#set:Author=User:Krunkathos}}
 
{{#set:Author=User:Krunkathos}}

Revision as of 12:45, 1 December 2016

Quasimofo - a remake of the classic Hunchback game, my first attempt at using Love2d. Mainly a learning exercise to explore how easy it would be to quickly write a full game using it, and what I'd need to learn to do it better.

Keys to use are available from the main menu.

Gameplay

QuasimofoGameplay.png

Download

Other Credits