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

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

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
```