项目作者: Trimsku

项目描述 :
Game engine for create ascii games
高级语言: C++
项目地址: git://github.com/Trimsku/AsciiMachine.git
创建时间: 2021-05-01T14:14:20Z
项目社区:https://github.com/Trimsku/AsciiMachine

开源协议:GNU General Public License v2.0

下载


Hello! This is AsciiMachine!

The engine to create ascii games
AsciiMachine tested on Linux.

Project has got small std alternatives and wrappers, i.e:

  1. astd::container, (std::vector alternative) (deprecated).
  2. astd::Clock, getEllapsedTime(), and restart().

For building example:

  1. Install spm(this is my project).
  2. in project root dir: ./<path/to/spm
  3. make
  4. ./bin/Release/AsciiGame

How to build?

In Linux: sudo bash install.sh in AsciiMachine root dir

if that doesn’t work, then you need to build with sudo bash ./install-raw.sh

SDL_FontCache is not my project!

https://github.com/grimfang4/SDL_FontCache

And I also use utf8-iterator lib

https://github.com/adrianwk94/utf8-iterator