Gary Munnelly 14ec976160 Refactor ray casting, reimplemented floor/ceiling casting 2 лет назад
..
src 14ec976160 Refactor ray casting, reimplemented floor/ceiling casting 2 лет назад
tests 1c482e9dd6 Fixed some bugs with player movement and updated raycasting 2 лет назад
.gitignore 6fd47b5e6c Wall texturing implemented. Testing tilesheets added. Added img2tex project and turned project into a workspace 2 лет назад
Cargo.toml 783fd4b454 Build broken by attempt to use iterators to optimise raycast 2 лет назад
README.md 6fd47b5e6c Wall texturing implemented. Testing tilesheets added. Added img2tex project and turned project into a workspace 2 лет назад

README.md

Engine

Building

From the root directory run:


From the `webapp` directory run:

npm install```

Running

From the webapp directory run:

npm run start

And browse to http://localhost:8080