Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/tollyh/csmaze
- Owner: TollyH
- Created: 2022-11-16T18:38:28.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-17T19:56:36.000Z (9 months ago)
- Last Synced: 2024-02-17T20:40:03.101Z (9 months ago)
- Topics: 3d, 3d-game, 3d-graphics, csharp, dotnet, dotnet-core, game, lan-party, multiplayer, port, raycast-algorithm, raycaster, raycasting, raycasting-algorithm, sdl, sdl2
- Language: C#
- Homepage:
- Size: 7.95 MB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).