Skip to content

Raycaster java engine based on "A first-person engine in 265 lines".

License

Notifications You must be signed in to change notification settings

jmcwilliams403/raycaster

Repository files navigation

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

About

Raycaster java engine based on "A first-person engine in 265 lines".

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages