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
- Host: GitHub
- URL: https://github.com/aceinetx/qnsl
- Owner: aceinetx
- License: gpl-2.0
- Created: 2025-03-16T11:01:28.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-12T16:19:04.000Z (about 1 year ago)
- Last Synced: 2025-04-12T17:29:28.009Z (about 1 year ago)
- Language: C++
- Size: 1.15 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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