Jump to content

Recommended Posts

Posted (edited)

Updated first post. Link

V1.6 now has:

An intro screen (Basic, but an intro nonetheless)

A Score Display (looks thrown together, but better than a tooltip)

A High-score system (creates registry key: HKCU\Software\Simon)

To-do list:

Replay system

Improve all GUIs

Figure out some sort of way to make the window movable

Replace beep function with real sounds (for Richard Robertson :))

Generic optimization

Edited by Paulie
Posted (edited)

Awesome Pauile! :) Just one thing, make sure to make the score label wider because when it said '12' it was cut off.

Haha, and don't ask if I want to play again if I can't! :)

$ScoreDisp = GUICtrlCreateLabel("0", 88, 16, 15, 17)
    $HScoreDisp = GUICtrlCreateLabel(GetHighScore(), 216, 16, 15, 17)

Now it fits ^_^

Edited by Nahuel
Posted

Awesome Pauile! :) Just one thing, make sure to make the score label wider because when it said '12' it was cut off.

Haha, and don't ask if I want to play again if I can't! :)

$ScoreDisp = GUICtrlCreateLabel("0", 88, 16, 15, 17)
    $HScoreDisp = GUICtrlCreateLabel(GetHighScore(), 216, 16, 15, 17)

Now it fits ^_^

Thanks, Edited first post.
  • 7 months later...
Posted (edited)

Hi all.

I got around to working on this again. I re-wrote and re-organized most all of the code, making it much more logical (at least i think so) and easier to change.

v2.0:

Option to turn off beeps

Move timer that shows how long you have left to click

A Replay System!

Tells you what you did wrong (Ran out of time/clicked wrong button)

More logically written code = more optimized performance

Splash screen when the game starts.

Still To-Do

Minimization problem and window linking

Improve the overall look of the GUIs

Midi sounds instead of beeps

Still make the windows movable

Make a settings interface

Edited the first post with the changes Link

Edited by Paulie

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...