blob: 5486669625f7ae3f3e865e7b49d46c0cc90bb903 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
This repo contains two projects: Demonchime and Teensy.
Teensy is a game engine/game framework built with Demonchime in mind. Its
primary features are a software renderer and a platform abstraction. With these
two features, the game should be able to be ported to basically any platform I
want it to run on, just so long as it meets the minimum specs.
Demonchime is a game that I'm still working out the details of. It is currently
not in development as Teensy is not at a stage where it can be used to make
Demonchime. The working idea of Demonchime is that it's a combat-focused
metroidvania.
== Compiling ==
Currently only compiles on Linux. You may be able to get it to compile on
Windows with some effort.
To build, first compile GLFW.
Then, run this in the root directory of the project:
$ ./build.sh
It will output an executable called `demonchime'.
|