Raycast Python Game is a top-down game made in python with pygame using raycast. Our goal is to make this game into a pseudo 3d game.
To play our game you must download this source code and install python and pygame. With python and pygame installed, use the code below to run the game
git clone https://github.com/Kelthon/raycast-python-game
cd raycast-python-game
python main.py
python -m venv venv
python.exe -m pip install --upgrade pip
venv/Scripts/activate
pip install -r requirements.txt