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

https://github.com/aceinetx/qnsl

Cross-platform 2D cocos2dx-like game engine for terminals
https://github.com/aceinetx/qnsl

Last synced: 3 months ago
JSON representation

Cross-platform 2D cocos2dx-like game engine for terminals

Awesome Lists containing this project

README

          

# qnsl
Cross-platform cocos2dx-like 2D game engine for terminals
## Build
### Linux
```
$ mkdir build -p && cd build
$ cmake ..
$ make -j$(nproc)
```
Note: it will use NCurses if it was found, if not, it will build pdcurses with X11 as platform. All window platforms are really buggy sometimes (PDCurses's fault) and shall not be used if you can install/use ncurses
### Windows
Open the project in visual studio and run it