Level editor for Nova the Squirrel 2
  • C 99.6%
  • Makefile 0.4%
Find a file
2024-11-30 22:27:46 -05:00
data Add support for "w" lines in block definitions 2023-11-13 21:28:34 -05:00
src Add safety checks to prevent out-of-bounds map access 2024-11-30 22:27:46 -05:00
.gitattributes Initial commit 2019-06-12 22:30:12 -04:00
.gitignore Initial commit 2019-06-12 22:30:12 -04:00
demo.json Right triangles 2019-06-23 14:54:28 -04:00
LICENSE Initial commit 2019-06-12 22:29:06 -04:00
makefile Update cflags on linux 2022-07-14 16:33:18 -04:00
README.md Update README.md 2019-07-14 18:29:24 -04:00
slopedemo.json Right triangles 2019-06-23 14:54:28 -04:00

PrincessEdit2

A level editor for Nova the Squirrel 2 though it's generic enough that you could probably use it for other games if you want. It's designed for games whose levels are a series of rectangles of different sizes and materials.

Dependencies

  • SDL2, plus image and ttf
  • cJSON, included in the repository

With the SDL2 and its companion libraries installed, you should be able to just use make