Experiment using lua+löve to create a 3d box space
$ sudo apt-get install lua5.3
$ sudo apt-get install love
$ git clone https://github.com/vdbalbom/box3d.git
$ love box3d
$ brew install lua
$ brew cask install love
$ git clone https://github.com/vdbalbom/box3d.git
$ open -n -a love "box3d"
Action | Control |
---|---|
Move Right | → |
Move Left | ← |
Move Backward | ↑ |
Move Forward | ↓ |
Move Up | a |
Move Down | z |