Skip to content

Commit 6a3a89f

Browse files
committed
Adding logo image.
1 parent f36dd1c commit 6a3a89f

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Combat Turtles
22

3+
<img src="images/logo.png" width="300"/>
4+
35
A Python module for programming turtle robots to compete against each other in arena combat.
46

57
_Combat Turtles_ is meant as a learning tool for intermediate-level [Python](https://www.python.org/) students. It defines a combat game in which programmable [turtle robots](https://en.wikipedia.org/wiki/Turtle_(robot)) move around a battlefield firing missiles to destroy each other. A parent class, `TurtleParent`, defines a variety of basic attributes and methods for these turtle robots, and an `ai/` folder contains a variety of subclasses of this parent class which define different turtle AIs. The main driver script `combatturtles.py` loads selected AI subclasses to compete against each other in combat.

images/logo.png

55 KB
Loading

0 commit comments

Comments
 (0)