Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/faber222/the-maze-of-choices

O labirinto das escolhas
https://github.com/faber222/the-maze-of-choices

Last synced: about 1 month ago
JSON representation

O labirinto das escolhas

Awesome Lists containing this project

README

        


 

The-Maze-Of-Choices


Github top language

Github language count

Repository size

License

Github issues

Github forks

Github stars


🚧 The-Maze-Of-Choices 🚀 finished! 🚧



About   |  
Features   |  
Technologies   |  
Requirements   |  
Starting   |  
License   |  
Author


## :dart: About ##

The Project.


This project was born with the proposal to be a practical and solid way to practice all the contents learned in the Computer Networks Administration course, which aims to bring an understanding of subjects such as programming languages ​​and algorithms; computer network technologies and protocols; general knowledge of the computer's functionality.

The central idea of ​​the project is built around the development of a web application for games using programming techniques and communication technologies.. (P.B.BERTOTTI-11/2020)

Technologies.


Thought as a web platform game, it will be all programmed in js, also using programs to generate scenarios and characters. Our role will be to assemble and manage the codes.

The game!


The game's proposal will be a multiplayer speed run of choices, named as "The Maze of Choices", in which your objective is to reach the end before your opponent. Starting with a simple choice, PRESS START, from that choice, you will fall into the maze, and from there, run.

The game will have an environment based on the game "The legend of the zelda - The minish cap", all in 16bit.

## :sparkles: Features ##

:heavy_check_mark: Multiplayer;\
:heavy_check_mark: Free audio;\
:heavy_check_mark: Free-to-play;

## :rocket: Technologies ##

The following tools were used in this project:

- [JS](https://www.javascript.com/)
- [SOCKET.IO](https://socket.io/)
- [PHASER3](https://phaser.io/phaser3)
- [NODE.JS](https://nodejs.org/en/)
- [GIT](https://git-scm.com/)

## :white_check_mark: Requirements ##

Before starting :checkered_flag:, you need to have [Git](https://git-scm.com) and [Node](https://nodejs.org/en/) installed.

## :checkered_flag: Starting ##

```bash
# Clone this project
$ git clone https://github.com/faber222/The-Maze-Of-Choices

# Access
$ cd The-Maze-Of-Choices

# Install dependencies
$ npm install
$ npm install nodemon
$ npm install socket.io
$ npm install express

# Run the project
$ npm start

# The server will initialize in the
```

## :memo: License ##

This project is under license from MIT. For more details, see the [LICENSE](LICENSE.md) file.

Made with :heart: by faber222

 

Back to top