Skip to content

Jenpj234/cisc3130-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

CISC. 3130 - Data Structures

Semester-long project implementing two data structures — a 2D array and a hash map — to construct a command-line version of the classic Minesweeper game.

2D Array:

  • One array tracks the placement of numbers and bombs.
  • Another handles the display logic for the command-line interface.

Hash Map:

  • Stores each cell using a "row-col" key format.
  • Enables efficient updates and lookups during gameplay.

This project deepened my understanding of how associative data structures and arrays can work together to manage state and logic in a game environment.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages