Skip to content

Commit

Permalink
Added stubs for the remaining computer game books.
Browse files Browse the repository at this point in the history
  • Loading branch information
freakboy3742 committed Dec 30, 2017
1 parent bae1c19 commit e79d950
Show file tree
Hide file tree
Showing 93 changed files with 464 additions and 11 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
==================
Desert Tank Battle
==================


The code
========

.. literalinclude:: desert_tank_battle.py
:language: python

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

11 changes: 11 additions & 0 deletions docs/books/computer-games/computer-battle-games/escape/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
=======
Escape!
=======


The code
========

.. literalinclude:: escape.py
:language: python

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

11 changes: 11 additions & 0 deletions docs/books/computer-games/computer-battle-games/iceberg/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
=======
Iceberg
=======


The code
========

.. literalinclude:: iceberg.py
:language: python

18 changes: 18 additions & 0 deletions docs/books/computer-games/computer-battle-games/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,21 @@ Computer Battle Games

`Download the original book <https://drive.google.com/a/semantic.co.uk/file/d/0Bxv0SsvibDMTVUExUjFhTURCSU0/view>`__



.. toctree::
:maxdepth: 1

robot_missile/index
the_vital_message/index
shootout/index
desert_tank_battle/index
robot_invaders/index
secret_weapon/index
escape/index
pirate_dogfight/index
supersonic_bomber/index
iceberg/index
the_wall/index
missile/index

11 changes: 11 additions & 0 deletions docs/books/computer-games/computer-battle-games/missile/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
========
Missile!
========


The code
========

.. literalinclude:: missile.py
:language: python

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
===============
Pirate Dogfight
===============


The code
========

.. literalinclude:: pirate_dogfight.py
:language: python

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
==============
Robot Invaders
==============


The code
========

.. literalinclude:: robot_invaders.py
:language: python

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
=============
Robot Missile
=============


The code
========

.. literalinclude:: robot_missile.py
:language: python

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
=============
Secret Weapon
=============


The code
========

.. literalinclude:: secret_weapon.py
:language: python

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

11 changes: 11 additions & 0 deletions docs/books/computer-games/computer-battle-games/shootout/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
========
Shootout
========


The code
========

.. literalinclude:: shootout.py
:language: python

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
=================
Supersonic Bomber
=================


The code
========

.. literalinclude:: supersonic_bomber.py
:language: python

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
=================
The Vital Message
=================


The code
========

.. literalinclude:: the_vital_message.py
:language: python

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

11 changes: 11 additions & 0 deletions docs/books/computer-games/computer-battle-games/the_wall/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
========
The Wall
========


The code
========

.. literalinclude:: the_wall.py
:language: python

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

22 changes: 11 additions & 11 deletions docs/books/computer-games/computer-space-games/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@ Computer Space Games
.. toctree::
:maxdepth: 1

starship-takeoff/index
intergalactic-games/index
evil-alien/index
beat-the-bug-eyes/index
starship_takeoff/index
intergalactic_games/index
evil_alien/index
beat_the_bug_eyes/index
moonlander/index
monsters-of-galacticon/index
alien-snipers/index
asteroid-belt/index
trip-into-the-future/index
death-valley/index
space-mines/index
space-rescue/index
monsters_of_galacticon/index
alien_snipers/index
asteroid_belt/index
trip_into_the_future/index
death_valley/index
space_mines/index
space_rescue/index
touchdown/index
13 changes: 13 additions & 0 deletions docs/books/computer-games/computer-spy-games/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,16 @@ Computer Spy Games

`Download the original book <https://drive.google.com/open?id=0Bxv0SsvibDMTdGY0VEQzSGZnelU>`__



.. toctree::
:maxdepth: 1

spy_eyes/index
searchlight/index
robospy/index
spy_q_test/index
secret_message_maker/index
rendezvous/index
morse_coder/index

11 changes: 11 additions & 0 deletions docs/books/computer-games/computer-spy-games/morse_coder/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
===========
Morse Coder
===========


The code
========

.. literalinclude:: morse_coder.py
:language: python

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

11 changes: 11 additions & 0 deletions docs/books/computer-games/computer-spy-games/rendezvous/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
==========
Rendezvous
==========


The code
========

.. literalinclude:: rendezvous.py
:language: python

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

11 changes: 11 additions & 0 deletions docs/books/computer-games/computer-spy-games/robospy/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
=======
Robospy
=======


The code
========

.. literalinclude:: robospy.py
:language: python

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

11 changes: 11 additions & 0 deletions docs/books/computer-games/computer-spy-games/searchlight/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
===========
Searchlight
===========


The code
========

.. literalinclude:: searchlight.py
:language: python

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
====================
Secret Message Maker
====================


The code
========

.. literalinclude:: secret_message_maker.py
:language: python

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

11 changes: 11 additions & 0 deletions docs/books/computer-games/computer-spy-games/spy_eyes/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
========
Spy Eyes
========


The code
========

.. literalinclude:: spy_eyes.py
:language: python

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

11 changes: 11 additions & 0 deletions docs/books/computer-games/computer-spy-games/spy_q_test/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
==========
Spy Q Test
==========


The code
========

.. literalinclude:: spy_q_test.py
:language: python

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
==================
Computer Nightmare
==================


The code
========

.. literalinclude:: computer_nightmare.py
:language: python

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
=============
Ghost Guzzler
=============


The code
========

.. literalinclude:: ghost_guzzler.py
:language: python

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
==========
Ghost Maze
==========


The code
========

.. literalinclude:: ghost_maze.py
:language: python

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
===========
Gravedigger
===========


The code
========

.. literalinclude:: gravedigger.py
:language: python

0 comments on commit e79d950

Please sign in to comment.