Skip to content
This repository has been archived by the owner on Mar 7, 2022. It is now read-only.

Latest commit

 

History

History
33 lines (27 loc) · 601 Bytes

README.md

File metadata and controls

33 lines (27 loc) · 601 Bytes

RayCasting

2D Ray Casting with Java. With a top down human zombie killing game built on top of it.

RayCastCore.Human controls

forward - w strafeLeft - a backwards - s strafeRight - d turnLeft - q turnRight - e

RayCastCore.Zombie controls

forward - i strafeLeft - j backwards - k strafeRight - l turnLeft - u turnRight - o

FPSVisualiser.human controls

forward - w strafeLeft - a backwards - s strafeRight - d turn - mouse fire - left click mouse

Thank you https://github.com/freercurse its been a pleasure doing this project with you XD