Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/timunie/bubblez
This is a simple UWP game. It is just a playground for me to get a feeling about UWP and WinUI.
https://github.com/timunie/bubblez
Last synced: 16 days ago
JSON representation
This is a simple UWP game. It is just a playground for me to get a feeling about UWP and WinUI.
- Host: GitHub
- URL: https://github.com/timunie/bubblez
- Owner: timunie
- License: mit
- Created: 2020-01-12T18:57:05.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-02-02T15:21:02.000Z (almost 5 years ago)
- Last Synced: 2024-10-11T14:31:15.522Z (about 1 month ago)
- Language: C#
- Size: 342 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Bubblez
This is a tiny game which is just a playground for me to learn UWP / WinUI. You can clone it, change the code, play it or do whatever you want.## The game
Well this game is really quite simple. Just place as many `Bubblz` as possible on the screen. But be carefull, the `Bubblz` may not touch each other. Over the time the `Bubblz` grow, so the faster you are, the more `Bubblz` you can place. Enjoy :smile:![Screenshot](Images/Screenshot.png)
*Can you do it better? - I'm sure you can :-)*## Language
Currently the Messages are all in German, but maybe someday I will translate it.## Levels
Currently I have just one Level. Maybe I will add more Levels later, maybe not. Good ideas are welcome.## Highscore
Highscore is analog currently. If you don't remember your score, nobody knows your score## Libaries I use
I use the great [Windows Community Toolkit](https://github.com/windows-toolkit/WindowsCommunityToolkit) Many thanks to them.## License
This software is released under the [MIT License](/LICENSE.md)