From 727aa00fc6065dfa7c1d6bd955a3a06127b77f14 Mon Sep 17 00:00:00 2001 From: Sem van der Hoeven Date: Thu, 2 Jul 2020 12:07:27 +0200 Subject: [PATCH] added readme --- package.json | 0 readme.md | 12 ++++++++++++ 2 files changed, 12 insertions(+) create mode 100644 package.json create mode 100644 readme.md diff --git a/package.json b/package.json new file mode 100644 index 0000000..e69de29 diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..36758f6 --- /dev/null +++ b/readme.md @@ -0,0 +1,12 @@ +# Python raycaster + +###### by Sem van der Hoeven + +This is a raycaster I made in python. it uses the `pygame` library for the graphics. + +## Installation +Clone the repository by entering `git clone https://github.com/SemvdH/python-raycaster.git` into your command prompt. Then navigate to the folder using `cd python-raycaster`. + +If you don't have pygame installed yet, you can install it using `pip install pygame`. + +Now you can run the raycaster by entering `python raycaster.py`