Skip to content

crkellen/pygameClicker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

pygameClicker

A simple clicker game made with the pygame library to learn Python.

IMPORTANT: This was made with Python 3.5.3, and as such MAY only run with that version (it might run on other versions).

It will also require that you install the correct version of pygame hosted here: http://www.lfd.uci.edu/~gohlke/pythonlibs/#pygame

YOU MUST CHOOSE THE pygame-1.9.3-cp35-cp35m-win_amd64.whl FILE. Install it according to the instructions here: https://www.webucator.com/blog/2015/03/installing-the-windows-64-bit-version-of-pygame/

Run the program by typing "python clicker.py" into your command line in the correct directory.

Alternative download link for the specific version of pygame. Which comes from here.

EDIT 2024-05-12: These links seem out of date now. You should still be able to download pygame from https://www.pygame.org/download.shtml You'll need the 1.9.3 version. If that doesn't work, try these: This download might work Which I got from here.

Simple Screenshot: Screenshot

About

A simple clicker game made with pygame to learn Python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages