Mr. V Simulator is a first person stamper game (because g*ns are not school appropriate). It uses a 3D engine built from scratch, which uses raycasting. Navigate through a maze, and make it to the next level, while stamping assignments with Mr. V's stamp of approval. Make sure not to let the assignments get too close! The maze generation algorithm is entirely original. Your score increases with every assignment stamped, based on your current level.
Note - the leaderboard is local to the deployment
- WASD to move
- Left-click to stamp
- Mouse to move (like a joystick - the more you move your cursor to the right, the more you constantly rotate right)
Simply run the replit (note - quite slow)
- First install
Python 3
and thePILLOW
library - Clone the repo
git clone https://github.com/Yourself1011/Mr-V-Simulator.git
- Open a terminal session and go to the repo directory
- Run
python3 main.py