Home

Awesome

raycaster-go-demo

Demo project for using raycaster-go engine as a module.

To see it in action, see the demo video on YouTube.

Screenshot

How to try

The demo is now available to try in the browser: https://harbdog.github.io/raycaster-go-demo/

How to run

To run the demo from source locally:

  1. Download, install, and setup Golang https://golang.org/dl/
  2. Clone/download the demo project locally.
  3. From the demo project folder, use the following command to run it:
    • go run main.go

NOTE: Depending on the OS, the Ebitengine game library may have additional dependencies to install.

Controls