Info-Projekt (viel zu Overkill für das, was am Ende bei rauskommt)
Find a file
2022-04-13 18:35:29 +02:00
.gitignore more comments 2022-01-16 21:58:15 +01:00
audio.py comments 2022-01-16 20:54:08 +01:00
build-map.py alpha channel 2022-01-16 13:36:25 +01:00
constants.py comments 2022-01-16 20:54:08 +01:00
debugutils.py add debugutils 2021-12-03 15:49:27 +01:00
framebuffer.py comments 2022-01-16 20:54:08 +01:00
gamemap.py sideways movement 2022-01-22 18:06:51 +01:00
image_test.py "basic" rendering 2021-12-04 00:48:29 +01:00
LICENSE init 2021-12-02 22:01:34 +01:00
main.py deploy version 2022-04-10 20:28:20 +02:00
map larger map 2022-01-22 18:48:11 +01:00
pool_test.py coroutine example 2021-12-07 20:27:39 +01:00
poolmod_test.py oh dear lord 2021-12-09 21:13:27 +01:00
README.md coroutine example 2021-12-07 20:27:39 +01:00
redrawers.py deploy version 2022-04-10 20:28:20 +02:00
renderers.py final 2022-04-13 18:35:29 +02:00
scene.py comments 2022-01-16 21:42:20 +01:00
sound_test.py basic audio api 2021-12-18 20:00:14 +01:00
texture.py comments 2022-01-16 21:42:20 +01:00
threadpool.py comments 2022-01-16 21:42:20 +01:00
TODO some changes 2022-02-06 02:07:53 +01:00

gamepy

Ein Spiel mit einer Architektur, die für das, was am Ende bei rauskommt, viel zu Overkill ist.

Erfordert:

  • Python>=3.5 (für schnelle Dictionary-Konstruktion)
  • Tkinter
  • sounddevice-0.4.3

Empfiehlt:

  • Python>=3.8
  • Linux-System (bzw. ähnl. *NIX-System, jedoch ungetestet) (Begründung)
  • Pillow-8.4.0 (für schnelleres Display-Redrawing)
  • numpy-1.21.X (für schnelleres Display-Redrawing)