Skip to content

A guessing game with a GUI! The game gets a random integer sequence from OEIS and players try to guess the next term.

License

Notifications You must be signed in to change notification settings

rickymagner/Integer-Guessing-Game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Integer Sequence Guessing Game

Given a sequence of integers, can you guess the next one?

In this game, players declare a number of terms of a random sequence pulled from the OEIS (Online Encyclopedia of Integer Sequences) to be shown. Then players must try to determine the next. If the player gives up, they'll be provided the OEIS ID of the sequence used so they can read all about what the numbers mean.

How to Play

Clone this repository and navigate to src/ and run python main.py to have a GUI pop-up to facilitate gameplay, via Tkinter. Here are some sample pictures of gameplay.

Sample gameplay picture showing prompt to guess next integer Sample gameplay picture after winning a round

Libraries Used

  • Tkinter
  • Requests

About

A guessing game with a GUI! The game gets a random integer sequence from OEIS and players try to guess the next term.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages