Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions Maze.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
1. Project Abstract
![Propsal Image](https://user-images.githubusercontent.com/28942562/74673016-6c1f3300-517c-11ea-8ee7-217704787b43.png)

The project is a puzzle game inspired by a 2D maze generator project in github. I want to transfer this idea into a 3D maze generator and some more challenge to become a game. The players will insert details of the maze and solve the maze they create.
2. Project Relevance
This project will help my group learn how to work in an Agile environment and utilize some maze algorithms like Kruskal, etc. This project also utilize multithread to create a large maze in a shorter amount of time (for difficult level).
3. Conceptual Design
In this project, I will try to take part of the overview of the project. I will do mostly in game design, interface and the algorithm parts.
4. Background
https://github.com/artcfox/maze-generator
5. Required Resources
Members who know about C, C++, or game design are preferred.
Software/ Hardware : I’m considering among Unity or Unreal Engine ( for the 3D one) or Android Studio or build from scratch with C but only for 2D version.