Home
Softono

Ld47 FortLoop

Open source MIT Haxe
35
Stars
9
Forks
0
Issues
3
Watchers
3 years
Last Commit

 About Ld47 FortLoop

Fort Loop: a 48h puzzle game for Ludum Dare 47

Platforms

Web Self-hosted

Languages

Haxe

Need Help Installing Ld47 FortLoop?

We provide expert installation service for this software. Our team will install, configure, and secure Ld47 FortLoop on your server. plans start at just $30.

Ld47 FortLoop

View on GitHub

About

Base structure for my games, using Heaps framework (https://heaps.io) and Haxe language (https://haxe.org).

Installation & usage

Please check this documentation for every details: https://deepnight.net/tutorial/using-my-gamebase-to-create-a-heaps-game/

If you need some extra "advanced features", you can also give a try to the advancedBase branch: https://github.com/deepnight/gameBase/tree/advancedBase

  • Status effects on Entity.hx (like Stun or whatever you could think of)
  • Stackable slow-motions management for Game.hx
  • Level marks (can be useful for AI coding, for example by marking platform ends)
  • A few very basic extra UI components that should be useful for any game projects (like a Bar).
  • etc.