Skip to main content

python based games using turtle

Project description

Effective-octo

  • This is a simple, educative, open sourde code
  • The package contains 3 modules of simple game codes
  • After importing the module
  • The games can be invoked by calling the main function .main() in them
  • no arguments are required

Tic-Tac-Toe

  • Tic-tac-toe, noughts and crosses, or Xs and Os is a paper-and-pencil game for two players.

    Tic-T ac-Toe

  • who take turns marking the spaces in a three-by-three grid with X or O.

  • Playes take turns and the position to mark their symbol is given as matrix input(row,col)

  • The player who succeeds in placing three of their marks in a horizontal, vertical, or diagonal row is the winner.

Rock-Paper-Scissor

  • Rock paper scissors is a hand game originating in China, played between two people, in which each player simultaneously forms one of three shapes

  • Here shapes are choosen as inputs of int format and the opponent (your pc) chooes its choice in a random manner

  • These shapes are "rock", "paper", and "scissors". A simultaneous, zero-sum game, it has three possible outcomes: a draw, a win or a loss.

    Rock-Paper-Scissor

Snake

  • This module requires another package called 'freegames'. Make sure its installed before calling this module.

  • Snake is a sub-genre of action video games where the player maneuvers the end of a growing line.

  • The player must keep the snake from colliding with both other obstacles and itself, which gets harder as the snake lengthens.

    Snake

github url -- https://github.com/2028-design/effective-octo

License

MIT

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

sam_games-0.0.10.tar.gz (6.2 kB view hashes)

Uploaded Source

Built Distribution

sam_games-0.0.10-py3-none-any.whl (7.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page