Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/it-delinquent/smack_your_brother
A small clicker game themed around smacking your brother
https://github.com/it-delinquent/smack_your_brother
c-sharp caliburn caliburn-micro click clicker clicker-game clickergame clicking clicking-game csharp mvvm mvvm-architecture mvvm-framework mvvm-pattern programming programming-language windows wpf wpf-application wpf-ui
Last synced: 4 days ago
JSON representation
A small clicker game themed around smacking your brother
- Host: GitHub
- URL: https://github.com/it-delinquent/smack_your_brother
- Owner: IT-Delinquent
- Created: 2019-10-28T14:23:35.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T09:19:15.000Z (almost 2 years ago)
- Last Synced: 2024-02-13T12:39:33.478Z (9 months ago)
- Topics: c-sharp, caliburn, caliburn-micro, click, clicker, clicker-game, clickergame, clicking, clicking-game, csharp, mvvm, mvvm-architecture, mvvm-framework, mvvm-pattern, programming, programming-language, windows, wpf, wpf-application, wpf-ui
- Language: C#
- Homepage:
- Size: 38.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Smack Your Brother
### A small clicker game themed around smacking your brother - Apologies for those who can't relate đ¤ˇââī¸As the title and sub-title said, this is a small WPF/C# game that is designed around smacking your brother. The game currently has a big button that signifies "smacking" your brother. I want to eventually add a nice little animation or something here but I'm not creative in the slightest đŠ I also used [Caliburn Micro](https://github.com/Caliburn-Micro/Caliburn.Micro) for the MVVM backing đ đ¨âđģ
The game also has a number of "upgrades" that can be purchased to increase the amount of points that are rewarded with each smack. The current upgrades include:
| Upgrade Name | Initial Cost | Reward
|:-------------------:| :-------------:| :---:
| Extra Hand | 20 | 1
| Slipper | 150 | 3
| Shoe | 400 | 5
| Phone Book | 2,000 | 8
| Keyboard | 15,000 | 12
| Stick | 30,000 | 20
| Hammer | 100,000 | 50
| Microwave | 500,000 | 80As you can see, anyone who wants to play this game is in for the long haul đ â [mharwood.uk](https://mharwood.uk)
I plan to add more upgrades and maybe more features in the future but for right now, I just want to put this here and see what happens đ
You can also save and load your game data so that you don't lose your progress. This is stored in a txt file using JSON.
Here is a GIF of the game being played (Sped up, obviously...) đšī¸:
![](https://github.com/IT-Delinquent/Smack_Your_Brother/blob/master/Smack%20Your%20Brother.gif)## UPDATES
| Date | Changes
|:-----:|:-------:|
| 24/01/2020 | Simplified the generic button animation. Added toggle buttons for the smack and purchase sound effects (by the way I added a purchase sound effect đ ). Finally, I added a slider for the background music volume.
| 30/12/2019 | What I would call the first fully working program. Finished the styling of stats and sounds. Still have some improvements to add, for example: Muting and changing the volume of game sounds and music
| 14/11/2019 | Added stats popup. Added stats to load and save procedures. Fixed some save and load messages. Half way through styling the stats DataGrid. See commit for full info