We are software engineering students at University of Brasilia(UnB-FGA) studying programming paradigms with our teacher advisor Milene Serrano, and we developed this project in the 2nd semester of 2019.
Project in Haskell
This project resulted in the development of a Game Boy-inspired console game. The Game Boy is an 8-bit handheld game console developed and manufactured by Nintendo.
There are 4 games in the project:
- Tic-Tac-Toe game ⭕ ❌
- Rock paper and scissors 👊 ✋ ✌️
- Guess the number
⁉️ - Sudoku 🔢
The tic-tac-toe game was inspired by a haskell course available here. Created by Marcos Castro.
The Sudoku game was adapted from an old sudoku game made by Marcelo Araújo, that's an integrant of this group, and was first published here on his old GitHub account.
To play them, you need to install the game module. Here are the steps to intall and start the game:
- You must clone the game repository. To clone go to the terminal and type:
$ git clone https://github.com/paradigmas-2019-2-malufa/projeto-1.git
- Enter the repository folder
$ cd projeto-1
- You have to install the Haskell Platform. The game alredy have dependencies so you just need to type:
$ ./install_dependencies.sh
- To compile the game, type:
$ ./compile.sh
- To run the game, type:
$ ./minigames.out
- After all these steps, just enjoy the game. Have fun!
Id | Name | GitHub |
---|---|---|
16/0005736 | Fabiana Luiza V. Pfeilsticker Ribas | @FabianaRibas |
16/0035481 | Marcelo Araújo | @santosm46 |
15/0137290 | Lucas Lopes Pereira | @LucasPLopes |
15/0042817 | Matheus Clemente | @matheusclemente |
17/0102882 | Fabrício Monteiro | @fabmont |