Skip to content
This repository was archived by the owner on May 24, 2022. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## PyRay - Python Raycasting Engine

PyRay is a ray casting engine (http://en.wikipedia.org/wiki/Ray_casting
) written in Python using the PyGame library (http://www.pygame.org/wiki/about). This is the technology used in for example in Wolfenstien (http://en.wikipedia.org/wiki/Wolfenstein_3-D).
) written in Python using the PyGame library (http://www.pygame.org/wiki/about). This is the technology used in for example in Wolfenstein (http://en.wikipedia.org/wiki/Wolfenstein_3-D).

###Screenshots from the game:
![In game screenshot](https://raw.githubusercontent.com/oscr/PyRay/master/screenshots/PyRay20130518111624.jpeg)
Expand Down