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

https://github.com/mehrshaad/csf_projects

Computer Science Fundamentals Projects
https://github.com/mehrshaad/csf_projects

computer-science-fundamentals cpp terminal-based

Last synced: about 1 year ago
JSON representation

Computer Science Fundamentals Projects

Awesome Lists containing this project

README

          

# Computer science fundamentals
Instructor: [Dr. Sadegh Eskandari](https://staff.guilan.ac.ir/eskandari/?lg=1)\
Place: [University of Guilan](https://guilan.ac.ir/en/home)\
Semester: Fall of 2018-2019

## Projects summary

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](https://github.com/mehrshaad/CSF_Projects/blob/main/Snake%20Game.cpp)

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](https://github.com/mehrshaad/CSF_Projects/blob/main/Matrix%20Calculator.cpp)

This one is a terminal-based matrix calculator which provides some functions such as summation, multiple, reverse, etc.

## Project 3 - [Hang-Man Game](https://github.com/mehrshaad/CSF_Projects/blob/main/Hang-Man%20Game.cpp)

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!

## Team (alphabetical order)

Ali (Mehrshad) Dadashzadeh






Kiyan Rezaee






Vahid Aghilzadeh







© December 2019 Kilograaam team