From 0b086177c6c3641976a9690e050d43174eea0048 Mon Sep 17 00:00:00 2001 From: Jeroen Van Goey Date: Tue, 10 Dec 2019 12:29:35 +0100 Subject: [PATCH] Fix typo Wolfenstien -> Wolfenstein --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 15b8cf7..b117003 100644 --- a/README.md +++ b/README.md @@ -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)