https://github.com/forked-from-1kasper/hypertest
Hyperbolic Minetest-like game
https://github.com/forked-from-1kasper/hypertest
Last synced: 30 days ago
JSON representation
Hyperbolic Minetest-like game
- Host: GitHub
- URL: https://github.com/forked-from-1kasper/hypertest
- Owner: forked-from-1kasper
- License: gpl-3.0
- Created: 2022-03-27T13:19:54.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2025-03-28T16:32:43.000Z (about 2 months ago)
- Last Synced: 2025-03-28T17:42:48.677Z (about 2 months ago)
- Language: C++
- Homepage:
- Size: 543 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
On Ubuntu 24.04 LTS:
```bash
$ sudo apt install make g++ libglfw3-dev libglew-dev libglm-dev libluajit-5.1-dev libgmp-dev libsqlite3-dev
$ make
$ make run
```For clang:
```bash
$ make barbarize
$ make all BARBARIZED=true CXX=clang++
$ make run
```Don’t forget to copy the configuration file:
```bash
$ cp config.lua.example config.lua
```