https://github.com/evertras/fbr
https://github.com/evertras/fbr
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/evertras/fbr
- Owner: Evertras
- Created: 2019-02-18T22:29:38.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-01T08:31:43.000Z (over 7 years ago)
- Last Synced: 2025-02-12T06:38:03.642Z (over 1 year ago)
- Language: Go
- Size: 15.7 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Fantasy Battle Royale
[](https://travis-ci.org/Evertras/fbr)
Playing with Go and WebAssembly using Ebiten to create a simple 2D battle royale game.
Uses [Ebiten](https://github.com/hajimehoshi/ebiten) to compile to WebAssembly.
## Development requirements
Requires the following:
* Go 1.11
* GCC (MinGW is fine for Windows)
* Make
Run `make` to build after cloning. The initial build or test may take some time due to OpenGL being compiled.