Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/itzkiwisky/moongameapi
- Owner: itzKiwiSky
- Created: 2022-02-12T02:39:05.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-04-02T00:04:12.000Z (almost 3 years ago)
- Last Synced: 2024-07-05T23:39:42.678Z (6 months ago)
- Language: Lua
- Size: 30.3 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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**