A nonexistent game system, aimed to create topdown small RPG
At its core, idolon is a virtual Game Creation System.
- System terminal
- Tilesheet editor
- Map editor
- Game scripting
- Javascript (ECMAScript E5/E5.1)
- Python 3.8 also supported, though focus is on JS
- Download the source using git
git clone https://github.com/138paulmiller/idolon.git
- Navigate to project root
cd idolon
- Install Visual Studio 2019
- Install Python 3.8
- Open the solution using VS2019
idolon.sln
- To build and run, select Local Windows Debugger
- Install 3rd Party Libraries using
sudo make install
. This is only required to do once. - Build the executable with
make
, of which will generate a executable idolon.