Skip to content

Commit

Permalink
Fleshed out empty pages for each chapter in Computer Space Games.
Browse files Browse the repository at this point in the history
  • Loading branch information
freakboy3742 committed Dec 30, 2017
1 parent fe3e90f commit 8a8922d
Show file tree
Hide file tree
Showing 14 changed files with 46 additions and 32 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ Alien Snipers
The code
========

.. literalinclude:: game.py
.. literalinclude:: alien_snipers.py
:language: python
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
asteroid-belt

=============
Asteroid Belt
=============

The code
========

.. literalinclude:: game.py
.. literalinclude:: asteroid_belt.py
:language: python
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
beat-the-bug-eyes

=================
Beat the Bug Eyes
=================

The code
========

.. literalinclude:: game.py
.. literalinclude:: beat_the_bug_eyes.py
:language: python
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
death-valley
============
Death Valley
============


The code
========

.. literalinclude:: game.py
.. literalinclude:: death_valley.py
:language: python
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
evil-alien

==========
Evil Alien
==========

The code
========

.. literalinclude:: game.py
.. literalinclude:: evil_alien.py
:language: python
2 changes: 1 addition & 1 deletion docs/books/computer-games/computer-space-games/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Computer Space Games


.. toctree::

:maxdepth: 1
starship-takeoff/index
intergalactic-games/index
evil-alien/index
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
intergalactic-games

===================
Intergalactic Games
===================

The code
========

.. literalinclude:: game.py
.. literalinclude:: intergalactic_games.py
:language: python
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
monsters-of-galacticon

======================
Monsters of Galacticon
======================

The code
========

.. literalinclude:: game.py
.. literalinclude:: monsters_of_galacticon.py
:language: python
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
moonlander

==========
Moonlander
==========

The code
========

.. literalinclude:: game.py
.. literalinclude:: moonlander.py
:language: python
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
space-mines
===========
Space Mines
===========


The code
========

.. literalinclude:: game.py
.. literalinclude:: space_mines.py
:language: python
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
space-rescue

============
Space Rescue
============

The code
========

.. literalinclude:: game.py
.. literalinclude:: space_rescue.py
:language: python
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
touchdown
=========
Touchdown
=========

The code
========

.. literalinclude:: game.py
.. literalinclude:: touchdown.py
:language: python
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
trip-into-the-future

====================
Trip into the Future
====================

The code
========

.. literalinclude:: game.py
.. literalinclude:: trip_into_the_future.py
:language: python

0 comments on commit 8a8922d

Please sign in to comment.