Skip to content

Commit

Permalink
add hall of fame
Browse files Browse the repository at this point in the history
  • Loading branch information
krother committed Jun 26, 2024
1 parent 30db782 commit 8468b3e
Show file tree
Hide file tree
Showing 6 changed files with 46 additions and 27 deletions.
File renamed without changes
File renamed without changes.
15 changes: 15 additions & 0 deletions examples/tetris.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
Tetris
======

.. image:: tetris.png

In :download:`tetris.py`, you find a complete Tetris game.
It makes heavy use of the Numpy library.
The code was created in a coding speedrun; it almost has no structure.

.. note::

There is also a bug when dropping long bricks to the ground.
Maybe some refactoring makes this issue easier to debug.

.. literalinclude:: tetris.py
15 changes: 0 additions & 15 deletions functions/refactor_tetris.rst

This file was deleted.

27 changes: 27 additions & 0 deletions hall_of_fame.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@

Hall of Fame
============

Game projects completed by course participants
----------------------------------------------

- `MantiGo <https://github.com/JoNiederhut/manti_go>`__ – a frantic quest for fast food at Kottbusser Tor by Naive Bayleaves
- `Rock-Paper-Scissors <https://github.com/shreyaa98/RockPaperScissors.git>`__ – by Shreyaasri Prakash
- `Breakout <https://github.com/rkvcode/breakout>`__ – by Alexander Rykov and Chen-Yu Liu
- `Wild West <https://github.com/sultanmirzoev/Wild_West>`__ – by Sultan Mirzoev
- `Minensuche <https://github.com/krother/python_abv_zedat/tree/master/projekte_ss2017/Minensuche_Benjamin>`__ – minesweeper clone by Benny Henning
- `Mondrian 2.0 <https://github.com/krother/python_abv_zedat/tree/master/projekte_ss2017/Mondrian2.0_Christin>`__ – an image generator by Christin Jacobsen
- `Games in C++ <https://github.com/krother/cplusplus_abv_zedat>`__ – project highlights from my 2016/2017 C++ course


Game projects I wrote myself
----------------------------

.. toctree::
:maxdepth: 1

examples/breakout.rst
examples/tetris.rst

- `Pandas go to Space <https://github.com/krother/space>`__ - a space traveling adventure with a web frontend
- `Snake <https://github.com/krother/snake>`__ - a classic snake game
16 changes: 4 additions & 12 deletions index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -123,14 +123,6 @@ Performance Optimization
performance/profiling.rst
concurrency/README.rst

Refactoring
-----------

.. toctree::
:maxdepth: 1

functions/refactor_tetris.rst

Challenges
----------

Expand All @@ -152,15 +144,15 @@ Challenges
challenges/tsp.rst
challenges/blockchain.rst
challenges/metaclass.rst
project.rst

Example Programs
----------------
Coding Project
--------------

.. toctree::
:maxdepth: 1

examples/breakout.rst
project.rst
hall_of_fame.rst


Appendix
Expand Down

0 comments on commit 8468b3e

Please sign in to comment.