Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/itzkiwisky/moongameapi

Lua API to make terminal based games (current in development)
https://github.com/itzkiwisky/moongameapi

Last synced: 2 months ago
JSON representation

Lua API to make terminal based games (current in development)

Awesome Lists containing this project

README

        

# MoonGame API
MoonGame is a toolkit to create simples games using **windows** command terminal.
It uses hybrid command shells, use Default Command Terminal **(CMD)** and **Windows Powershell**.

**DISCLAIMER** : for any script you will use to your game, you need to import the

## Library tools

- **Window management tool** :: You can change size, title, color of screen, clear screen, and render text from file **".gui"**.
- **Save manager** :: Create **.save** file, and manipulate to save state of your game, you can read, write, erase and create a new one.
- **Utils** :: Simple uyilities module.
- **Generics** :: This generic module contains a lot of modules to do cool stuff in your game (Dynamic colored text, Loading progress bar, etc).

# Getting Started

To start a new game you need create new project using **MoonGameRest**