https://github.com/baskiton/2d-raycastinggame
https://github.com/baskiton/2d-raycastinggame
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/baskiton/2d-raycastinggame
- Owner: baskiton
- Created: 2019-05-22T19:43:00.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-11-22T06:28:56.000Z (over 3 years ago)
- Last Synced: 2025-12-25T22:34:39.558Z (6 months ago)
- Language: Python
- Size: 50 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 2.5D RayCasting Game
This is a simple pseudo-3d walker.
The work of this program can be described in one screenshot:

#### Control with Mouse and Keyboard:
* W, UpArrow - forward
* S, DownArrow - backwards
* A - left
* D - right
* LeftArrow - turn left
* RightArrow - turn right
* ESC - Exit dialog
Mouse control may be incorrect, so I recommend using the arrow-keys.