Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/b-andir/windows-forms-and-mongodb-project
This was my Programming 2 Examination program, designed to fill all the criteria for an A in the course. It is the entire VIsual Studio workspace folder
https://github.com/b-andir/windows-forms-and-mongodb-project
csharp mongodb windowsforms
Last synced: about 1 month ago
JSON representation
This was my Programming 2 Examination program, designed to fill all the criteria for an A in the course. It is the entire VIsual Studio workspace folder
- Host: GitHub
- URL: https://github.com/b-andir/windows-forms-and-mongodb-project
- Owner: B-andir
- License: mit
- Created: 2021-06-25T23:07:13.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-06-26T00:10:16.000Z (over 3 years ago)
- Last Synced: 2024-10-21T05:16:26.633Z (3 months ago)
- Topics: csharp, mongodb, windowsforms
- Language: C#
- Homepage:
- Size: 31 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Windows-Forms-and-MongoDb-Project
This was my Programming 2 Examination program, designed to fill all the criteria for an A in the course. It is the entire VIsual Studio workspace folder.
To view the code alone without the use of an IDE, you can view the folder called "Prog2SlutProjekt" in the root folder, which contains numerous .cs files. Most of those are the files containing the code for the program, while some are generated by Visual Studio when creating a Windows Forms app.-------------HOW TO PLAY-----------------
Once you have selected a difficulty, you can move around using WASD
The goal of the game is to find a key, then enter the goal (The green square)
The key is located in one of the boxes (the colored one on Easy and Medium dificulty), and collide with the box from the right direction.
Once you have the key and touched the goal, your score and entered username in the bottom left is submitted to the score database, which is displayed when you press the leaderboard button.