I decided I need to find a good way to de-stress from all this programming and I think one way is to start my SC minigames project. It's in the style of WarioWare in that it throws random minigames at you (each on a separate card) and you score based on whether you win. I will let people make minigames if they want, to add to mine, just a few guidelines:
- It should fit in 1 card (I don't want too many global methods it gets messy)
- it's a 640x480 window
- they should generally be very short/small, like 15-30 seconds. (but if you want to go a bit longer that's OK)
- they should have a clear win or lose condition at the end
- SCBox2D will be included in the game file!
- feel free to recycle things to use in more than 1 game, I plan on making a few games based on the same goal 'cause it's fun.
I might make some different game-modes and/or sort games into groups, depending what everyone comes up with.
Go ahead and make a 15-second game guys! I wanna try and fill up my 300 cards.