https://github.com/ryoga-exe/mazeball
Simple maze game made with Unity
https://github.com/ryoga-exe/mazeball
csharp unity unity3d websocket
Last synced: over 1 year ago
JSON representation
Simple maze game made with Unity
- Host: GitHub
- URL: https://github.com/ryoga-exe/mazeball
- Owner: Ryoga-exe
- License: mit
- Archived: true
- Created: 2021-08-19T07:32:09.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-01-15T05:14:52.000Z (over 2 years ago)
- Last Synced: 2025-02-06T05:45:35.190Z (over 1 year ago)
- Topics: csharp, unity, unity3d, websocket
- Language: C#
- Homepage:
- Size: 260 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MazeBall
A simple maze game made with Unity.
This is a game that automatically generates a maze using the digging method and allows players to control it with gyro input by communicating with a smartphone device through WebSocket. The game logic is implemented in C# using Unity, while the WebSocket server component is written in JavaScript.
[Watch the video on YouTube](https://youtu.be/o8Btnpy0kGs)