Skip to content

Latest commit

 

History

History
51 lines (42 loc) · 2.73 KB

README.md

File metadata and controls

51 lines (42 loc) · 2.73 KB

A simplistic indie game by DillyzThe1.

Originally made for a mini-jam hosted by Matthew Schlauderaff.

ColorCove


A colorful game across the side of a street.
Your goal is to get the boring monochrome outliers to stop trying to make it boring!
Note: If you make a mod, make sure to edit this README's links & change this notice to be a disclaimer.

How To Play

For windows builds, go here & download the zip.
For (semi-mobile-compatible) web builds, go to this link instead.

You can click/tap any UI element you need, but you also have some standard controls:

  • Escape (Exiting a menu/popup)
  • Enter (Pausing)

And some unique ones for debug builds:

  • 9 (Offset State, accessed from Menu State)
  • 1 (Last animation in Offset State)
  • 2 (Next animation in Offset State)
  • Space (Play animation in Offset State)
  • Arrow Keys (Change animation offset in Offset State)

How To Compile

Note: IF you publish a public modification to this game, you MUST open source it on github & add a link to the source code.
Also Note: Pull requests of a full-on mod/engine will likely not be added. Open an issue under the enhancement tag.


Download Haxe 4.2.4 64-bit or 4.2.4 32-bit.
Download the source code of this repository or the source code of the latest release.
Extract the zip file and open the folder.
Run setup.bat and let it automatically install.
* NOTE: Do NOT let it open the example repositories it installs.
Once that finishes, run build.bat and decided if you want to compile a debug or release build.
The game should then compile, letting you re-run build.bat at any time to mod the game.

Note: Visual Studio Code is recommended for programming new features. Please install the appropiate plugins for haxeflixel in VSC.