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...")
 
m (Update LOVE version)
 
(2 intermediate revisions 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}}
 
{{#set:Name=Quasimofo}}
 
{{#set:Name=Quasimofo}}
 
{{#set:Screenshot=File:QuasimofoGameplay.png}}
 
{{#set:Screenshot=File:QuasimofoGameplay.png}}
{{#set:LOVE_Version=0.9.2}}
+
{{#set:LOVE_Version=11.3}}
 
{{#set:Genre=Platform}}
 
{{#set:Genre=Platform}}
 
{{#set:Description=A remake of the classic Hunchback game from the 1980's.}}
 
{{#set:Description=A remake of the classic Hunchback game from the 1980's.}}
 
{{#set:Status=Complete}}
 
{{#set:Status=Complete}}
 
[[Category:Games]]
 
[[Category:Games]]

Latest revision as of 15:45, 25 January 2023

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