Skip to content

Releases: viggou/GuessTheNumber

Version 1.1.3

31 Jan 11:25
Compare
Choose a tag to compare

Now disables text field on game finish and clears it on reset

Version 1.1.2

07 Oct 08:03
Compare
Choose a tag to compare

fixed a few bugs

Version 1.1.1

05 Oct 11:06
Compare
Choose a tag to compare

You can now only enter numbers in the text fields

Version 1.1.0

04 Oct 18:46
Compare
Choose a tag to compare

Preferences!!!

You can now choose the random number range and you can also play with a guess limit if you want.

Version 1.0.1

02 Oct 07:01
Compare
Choose a tag to compare

A few small adjustments

  • disable resizing (until I figure out how constraints work)
  • disable preferences menu since it's not implemented yet
  • closing the window now terminates the app
  • add close window menu bar item

Version 1.0.0

01 Oct 23:39
Compare
Choose a tag to compare

This is the first release of a small game I made while learning Swift. You have to guess a randomly generated number between 0 and 10 (including 0 and 10). In the future you will be able to manually choose the range (probably).