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.
-
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.
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.
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
Built Distribution
File details
Details for the file sam_games-0.0.10.tar.gz
.
File metadata
- Download URL: sam_games-0.0.10.tar.gz
- Upload date:
- Size: 6.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a1a41be3656c231f8e42198bd619504d8de33bf076de6e74d229cecdaa33c345 |
|
MD5 | 5e61e1bcf0a0966cbff22a747edd43e4 |
|
BLAKE2b-256 | 5812dfb6f4e9c79159b3bdd6a3146325f4b478e2c27ea7fbad9309c817451350 |
File details
Details for the file sam_games-0.0.10-py3-none-any.whl
.
File metadata
- Download URL: sam_games-0.0.10-py3-none-any.whl
- Upload date:
- Size: 7.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 75139b2c3b65846741fff1ee13f1eac58330f4c9214ffdbf4cb85ba4a13f8bb3 |
|
MD5 | 8bb5c995ba0badf2d3a293b623f2fefe |
|
BLAKE2b-256 | 93d79df1beab16580f32b1f4df0c8d1a71ddd6a7b2f92541ae3eefcb7aba2e43 |