Skip to content

Made a word memorizing game in c# that becomes an .exe file with github workflow

Notifications You must be signed in to change notification settings

JarneDirken/2023-DevOps_Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

πŸ₯·πŸ½ Verbal Memory Test in C#. (Based on human benchmark)

A simple version of the verbal memory test of human benchmark. Saving data in database and making a .exe file with GitHub Actions.

πŸ“¦ Technologies

  • C#
  • SQL lite
  • GitHub Actions

πŸ¦„ Features

Here's what you can do with my application:

  • Memorize words: Try to memorize which words you have allready seen.

πŸ‘©πŸ½β€πŸ³ The Process

In this uncomplicated project, my goal was to develop an application in C#. I opted for a simplified version of the Memory Test found in Human Benchmark.

The initial steps involved crafting the overall layout and ensuring the functionality of the application.

I diligently documented the entire process along with a brief demonstration, and the link to the GitHub repository is provided (in Dutch). Additionally, a concise demo is available at the conclusion of the readme file.

You should be able to add data to the database and retrieve it. In my case the highscore of the best user. Also we needed to make a .exe file with GitHub Actions.

πŸ“š What I Learned

During this project, I've improved my C# and problem solving skills. Also leared a thing or two about storing data in a database and retrieving it.

🧠 Brain:

  • Problem solving: First time making a application with C#. This game with a fare share of bugs and problems.

⌚ Time management:

  • Using scrum board: Keeping track of all my tasks using a scrum board really made everything organised. For this project I used Trello.

πŸ““ New knowledge:

  • C#: First time using C#, learned a lot.
  • SQL lite: First time using SQL lite to save and get data.

πŸ“ˆ Overall Growth:

This project helped me get an idea of how to start a project. Start with research, write everything down in steps and start working step by step. Also helped me get a basic understanding with C#.

πŸ’­ How can it be improved?

  • Implementing more features
  • Styling the application more

🚦 Running the Project

To run the project in your local environment, follow these steps:

  1. Clone the repository to your local machine.
  2. Run the project in vs code.

🍿 Video

demo.5.mp4

About

Made a word memorizing game in c# that becomes an .exe file with github workflow

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages