WaluigiParty
Goomba
WARIOWARE (Tentative title)
Since I got into the WarioWare series, I have decided to make a WarioWare fangame. You'll be mad with all the work that is done.
This game is in the alpha stages, and is a demo only, with 4 microgames. The demo will have no bosses.
The game is currently an engine, allowing you to add your own microgames. See the "How to Make a Microgame" section to see.
The Control Icon is showcased with "Rhino Way Out" and "Scram Fly"
Rhino Way Out
Scram Fly
Download the engine to try out the game.
http://www49.zippyshare.com/v/15750919/file.html
How to Make a Microgame
-For best results, use Game Maker 8 pro.
-The screen resolution should be 683x384, the game is to be run in full screen.
-Basic Speed is 36 frames per second.
-The timer is set for 8 seconds. For a 4 second game, make a creation code "image_index = 8".
-Include the "global.win" switch and "global.text" string in the game.
--"global.text" display's the text that appears on screen when the game starts.
--"global.win" determines if you succeed, or fail.
---If global.win = 1, you lose. If global.win = 2, you lose. If global.win = 3, you win. If global.win = 4, you win!
----For creation codes, use global.win = 2 for default loss, and global.win = 3 for default success.
-Look at the default microgames for guidelines.
Good-a luck-a!