Skip to Search
Skip to Navigation
Skip to Content
Community
|
Code
|
Docs
|
Downloads
▼
Perl
Python
Tcl
Komodo IDE
|
more
▼
Lists
Support
PPM Index
PyPM Index
Welcome, guest
|
Sign In
|
My Account
|
Store
|
Cart
ActiveState Code
»
Recipes
Languages
Tags
Authors
Sets
Top-rated recipes tagged "game"
Tags:
game
x
Recipe 1 to 20 of 36
« Prev
1
2
Next »
284
k
views
9
score
A-star Shortest Path Algorithm
C++
/
algorithm
,
algorithms
,
game
,
graph
,
graphs
,
routes
/
by
FB36
(13 years ago, revision 4)
395
k
views
3
score
The Game of Tic Tac Toe in Python
Python
/
beginner
,
game
,
python
/
by
Captain DeadBones
(10 years ago)
261
k
views
2
score
Uno (Text-Based)
Python
/
artificial_intelligence
,
cards
,
game
,
text_game
,
uno
/
by
Brandon Martin
(6 years ago)
33
k
views
2
score
TicTacToe (text based)
Python
/
artificial_intelligence
,
game
,
python
,
random
,
tac
,
tic
,
tictactoe
,
toe
/
by
Brandon Martin
(7 years ago)
28
k
views
2
score
Reversi Othello
Python
/
ai
,
algorithm
,
algorithms
,
game
,
games
/
by
FB36
(7 years ago)
104
k
views
2
score
The Game of Battleships in Python
Python
/
beginner
,
game
,
python
/
by
Captain DeadBones
(10 years ago)
26
k
views
2
score
Python Game of Life
Python
/
game
,
pygame
,
python
/
by
Christian Careaga
(10 years ago)
46
k
views
2
score
Random Maze Generator
Python
/
ai
,
game
,
graphics
,
pil
/
by
FB36
(11 years ago, revision 2)
7
k
views
2
score
Random Number Game
C
/
c
,
game
,
guessing
,
number
/
by
Jacob A. Bridges
(12 years ago)
7
k
views
2
score
Chess Notation Player
Python
/
algorithm
,
chess
,
game
,
notation
,
viewer
/
by
Stijn de Graaf
(12 years ago)
10
k
views
2
score
Simple Sudoku
Python
/
algorithm
,
game
,
oo
,
python
,
random
,
sudoku
/
by
amir naghavi
(12 years ago, revision 10)
34
k
views
1
score
Space Assault
Python
/
game
,
python
/
by
Tage Burnett
(8 years ago)
98
k
views
1
score
high precision FPS
Python
/
fps
,
game
,
games
,
pure
/
by
Jiri Justra
(8 years ago, revision 2)
26
k
views
1
score
HANGMAN!
Python
/
game
,
hangman
,
python
/
by
Burak Tandogan
(8 years ago, revision 9)
18
k
views
1
score
Rock,Paper,Scissors
Python
/
game
,
paper
,
python
,
rock
,
scissors
/
by
Burak Tandogan
(9 years ago, revision 2)
22
k
views
1
score
Guess a number 2 (the computer attempts to guess your number)
Python
/
ai
,
game
,
sample
/
by
Benoit
(9 years ago, revision 2)
16
k
views
1
score
Guess a number
Python
/
function
,
game
,
random
,
sample
/
by
Benoit
(9 years ago)
20
k
views
1
score
Conway's Game of Life In Python
Python
/
game
,
life
,
numpy
,
of
,
python
,
windows
/
by
alexander baker
(10 years ago)
9
k
views
1
score
An extensible Conway's Game of Life
Python
/
animation
,
game
,
life
/
by
Filippo Squillace
(12 years ago)
11
k
views
1
score
SimpleTron3x.py "Game" To DEMO XY Drawing Using The Keyboard In Standard Text Mode Python.
Python
/
anim
,
demo
,
display
,
game
,
linux
/
by
Barry Walker
(12 years ago)
Recipe 1 to 20 of 36
« Prev
1
2
Next »
View
popular
,
latest
,
top-rated
or
most viewed
Feed of the top-rated recipes tagged "game"
Related tags
+
−
python
(14)
+
−
ai
(5)
+
−
algorithm
(4)
+
−
beginner
(4)
+
−
commandline
(3)
+
−
random
(3)
+
−
algorithms
(2)
+
−
artificial_intelligence
(2)
+
−
card
(2)
+
−
demonstration
(2)
+
−
games
(2)
+
−
graphics
(2)
+
−
life
(2)
+
−
pil
(2)
+
−
pygame
(2)
+
−
python3
(2)
+
−
sample
(2)
+
−
sudoku
(2)
+
−
text
(2)
+
−
2d
x
Undo