crixthegreat / Guess_number_game

my first game in python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Guess_number_game

my first game in python

for reference to the cocos2d-python beginner,

this games uses cocos2d python and it used the features below:

  • Layer with keyboard interactive events
  • Layer with a image file as backgroud
  • sprite ( .visible)
  • Label ( .font_name .font_size .element.text)
  • Layer with a on-time events (the 'schedule' function) , which use the 'dt' to set the time-interval

[How to play]

[game purpose]
    
    - guess the 4 numbers (generated by the computer) between 1 and 6 with th right number and the right position
    
[how to control]
  
    - use Arrow keys to change the number
    - press <Enter> to confirm your result

About

my first game in python


Languages

Language:Python 100.0%