Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tollyh/csmaze

A C# port of PyMaze made with SDL2
https://github.com/tollyh/csmaze

3d 3d-game 3d-graphics csharp dotnet dotnet-core game lan-party multiplayer port raycast-algorithm raycaster raycasting raycasting-algorithm sdl sdl2

Last synced: 8 days ago
JSON representation

A C# port of PyMaze made with SDL2

Awesome Lists containing this project

README

        

# CSMaze

A pseudo-3D, grid-based maze game written in C# with SDL2. Written as a more performant version of the pure Python [PyMaze](https://github.com/TollyH/pymaze).

This version of the game is identical in almost every way to the original. The rendering and physics are all done by an original engine operating in the same way to the Python version's. For gameplay controls and instructions, please see the README for the [PyMaze repository](https://github.com/TollyH/pymaze).