https://github.com/fcrozetta/zuul-core
Implementation of the game detective zuul in dotnet core
https://github.com/fcrozetta/zuul-core
Last synced: 8 months ago
JSON representation
Implementation of the game detective zuul in dotnet core
- Host: GitHub
- URL: https://github.com/fcrozetta/zuul-core
- Owner: fcrozetta
- License: apache-2.0
- Created: 2019-05-07T04:59:18.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-08T23:15:11.000Z (about 7 years ago)
- Last Synced: 2024-12-28T01:33:03.860Z (over 1 year ago)
- Language: C#
- Size: 53.7 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# zuul-core
# Important
This is my implementation of a game of same name, made by me (in java - blueJ) for OOP subject At university. Since i really like the idea of this game, i will reimplement using C# core, using a console application. The original project was to create a game, based on World of zuul.
Aparently i really like making games, so i created Detective zuul...
# Concepts
In Detective zuul you are zuul, a detective who will walk in the crime scene, collect every evidence possible to solve the mistery.
In this text based game, you will explore a 3D-ish world, so pick up a compass, grap a map, and solve this mistery!
# How to instal
## Developer mode
Since this game is not complete yet, you have to compile the game. it's not hard. Install [dotnet core](https://dotnet.microsoft.com/download), following the instructions for your operational system, then clone (or download) the project.
Open a command prompt, resize to fit the entire screen, and enter the project directory. Then execute ```dotnet run```. The game will start.