Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/saraasgari99/inroadsgame
Strategic graphical game developed using graph algorithms, software design (OOP, defensive programming), unit testing, and memory management techniques
https://github.com/saraasgari99/inroadsgame
cpp data-structures defensive-programming graph-algorithms gui memory-management object-oriented-programming software-design unit-testing
Last synced: 22 days ago
JSON representation
Strategic graphical game developed using graph algorithms, software design (OOP, defensive programming), unit testing, and memory management techniques
- Host: GitHub
- URL: https://github.com/saraasgari99/inroadsgame
- Owner: saraasgari99
- Created: 2019-12-08T23:16:48.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-11-06T17:17:13.000Z (3 months ago)
- Last Synced: 2024-11-23T14:46:31.816Z (3 months ago)
- Topics: cpp, data-structures, defensive-programming, graph-algorithms, gui, memory-management, object-oriented-programming, software-design, unit-testing
- Language: C++
- Homepage:
- Size: 909 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Inroads Game
Date Developed: Nov 2019Strategic graph-based game using Dijkstra, BFS, and DFS algorithms.
Software engineering skills practiced in this project (in addition to mentioned data structures/algorithms):
* Software Design
* Memory Management (and testing it with Valgrind)
* Unit Testing and testing the logic with GDB
* Separate Compilation
* Defensive Programming
* Getting Command-line Arguments