Skip to content

138paulmiller/idolon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

idolon

A nonexistent game system, aimed to create topdown small RPG

Installation

Features

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

Development

  1. Download the source using git git clone https://github.com/138paulmiller/idolon.git
  2. Navigate to project root cd idolon
Windows
  1. Install Visual Studio 2019
  2. Install Python 3.8
  3. Open the solution using VS2019 idolon.sln
  4. To build and run, select Local Windows Debugger
Linux
  1. Install 3rd Party Libraries using sudo make install . This is only required to do once.
  2. Build the executable with make, of which will generate a executable idolon.

Thanks

Logs

v0.0