Inspiration

With card based memory games being popular, I wanted to convert this into a text based environment.

What it does

Memory Frost is a winter themed :snowman: memory game, which allows users to play ranked or casual modes. There are randomized strings which can be printed in a grid or row format, along with a score board.

Features

  1. Winter theme
  2. Game Modes
  3. Menu
  4. Scoring system
  5. Clear UI (ANSI escape codes, ASCII art, Visual Effects)
  6. File Handling
  7. Input validation
  8. Modular

How we built it

Memory Frost was made by Naman Saxena, through Eclipse and focused towards a younger target audience.

Challenges we ran into

Being my second only hackathon, transferring files to create a GitHub repo was a new process. Additionally, validating user inputs to choose an String index took some effort.

Accomplishments that we're proud of

Utilizing files to save a values was a new experience, which taught me how to be able to hold information after the code has terminated. I learned this through online tutorials, and had to adapt it to write and read arrays.

What we learned

  • How to use threading
  • IOException
  • ANSI escape codes
  • Sound and file use

What's next for Memory Frost

In the future, I would like to include a powerup aspect in the ranked games, allowing users to gain more lives, multipliers or expand the current number of levels.

Built With

Share this project:

Updates