Skip to content

Latest commit

 

History

History
32 lines (18 loc) · 942 Bytes

README.md

File metadata and controls

32 lines (18 loc) · 942 Bytes

Raycaster

Based on Fredrik Wallgren's Java port of "A first-person engine in 265 lines" using the libGDX framework.

Screenshot

Building

To test it out download the repository and build it using gradle.

Requirements

The following instructions assumes you are in the root folder of the project, eg.

$ git clone https://github.com/jmcwilliams403/raycaster.git
$ cd raycaster

The first time you build the project is going to take a while since all dependencies are downloaded, will be faster after that.

Building the desktop launcher

$ ./gradlew desktop:run

License

The code is under GNU General Public License Version 3