https://github.com/banane9/swing
Portable Library for cloning the game swing from the not-anymore-existing company Software 2000.
https://github.com/banane9/swing
Last synced: 3 months ago
JSON representation
Portable Library for cloning the game swing from the not-anymore-existing company Software 2000.
- Host: GitHub
- URL: https://github.com/banane9/swing
- Owner: Banane9
- Created: 2014-01-04T12:08:21.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-05-02T22:21:55.000Z (about 10 years ago)
- Last Synced: 2025-01-15T01:42:05.193Z (5 months ago)
- Language: C#
- Size: 199 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
Swing
======This is going to be a clone of the Game "Swing" from Software2000.
Added
======* Base Class for Balls
* Base of the Registry for all the Balls
* Interfaces for Balls that can be achieved from other Balls being thrown into the air, and Balls that have to Tick (eg. Bonus Balls)
* Class for the "Seesaws" the Balls are stacked onTo-Do
======* Add the mechanic of Balls disappearing when enough matching ones are connecting
* Add Class for the Game Field
* Add Class for the "Crane" dropping the Balls onto the Stacks
* Add Class for the repository containing the Balls from which the "Crane" takes them
* Add Scoreboard