Instructor: Dr. Sadegh Eskandari
Place: University of Guilan
Semester: Fall of 2018-2019
Our instructor gave us 3 project ideas which we had to choose one of them to implement in case to pass our computer science fundamentals course. One of the projects was actually enough to pass the course with a high score, but we wanted the full mark, so we decided to implement all 3 available projects!
NOTE: We didn't use GitHub while we were working on projects, so my team isn't added as contributors.
Project 1 - Snake Game
This project is a classic game which is called Snake!
It's terminal-based, which means there's no graphical item in the project. The main idea of implementing it was getting familiar with algorithms that were used in-game.
Project 2 - Matrix Calculator
This one is a terminal-based matrix calculator which provides some functions such as summation, multiple, reverse, etc.
Project 3 - Hang-Man Game
This project is also a classic terminal-based game. We tried to make it available at various difficulties, which means we classified the words by their length, into five levels and each one have about 15 words. Just try not to read the first function before playing!
© December 2019 Kilograaam team