Skip to content

Commit 750e2a9

Browse files
committed
Rearranged README
1 parent f150411 commit 750e2a9

File tree

4 files changed

+33
-32
lines changed

4 files changed

+33
-32
lines changed

README.md

Lines changed: 20 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,27 @@
1-
# MAKER SPACE ARCADE
2-
Ein MAKER SPACE Projekt für den Arcade Spielautomaten der Schule
1+
![Arcade Logo](resources/images/arcade_logo.png "Arcade Logo")
2+
# Msp Arcade
3+
A Makerspace project for an arcade machine in the school
34

4-
### Beschreibung
5-
_Dieses Projekt beinhaltet die Kernsoftware für den Spielautomaten
6-
des Bodensee Gymnasiums Lindau.
7-
Sie soll die einzelnen Spiele verwalten und
8-
die Schüler auf den Automaten aufmerksam machen._
5+
### Description
6+
_This is the main software of the arcade machine, which controls
7+
all games and provides a menu. The gaming machine is a project of the
8+
Makerspace for the Bodensee Gymnasium Lindau in Germany._
99

1010
### Details
11-
Projekt Version: _1.0.0_\
12-
Programmiersprache: _Python_\
13-
Sprachen Version: _3.11_\
14-
Bibliotheken: _Nikocraft, Pygame, OpenCV, PyZbar, Pynput, ..._\
15-
Datenbank: _Lernplattform Mebis Bayern (Moodle)_
11+
Version: _1.1.0_\
12+
Author: _Makerspace_\
13+
Framework: _Nikocraft (v0.0.4)_\
14+
Database: _Lernplattform Mebis Bayern (Moodle)_
1615

17-
### Entwickler
18-
Leitung: Andre Scherl\
19-
Kernsoftware: Nikolas _(aka Nikogenia)_\
20-
Automat:\
21-
~ Linus _(aka Linicus)_\
22-
~ Valentin _(aka Valis World)_\
23-
~ Alan _(aka Bubiego)_\
16+
### Team
17+
Management: Dr. Andre Scherl\
18+
Software: Nikogenia _(aka Nikolas)_\
19+
Hardware:\
20+
~ Valis World _(aka Valentin)_\
21+
~ Linicus _(aka Linus)_\
2422
~ ...\
25-
Spiele:
26-
_siehe Spielübersicht_
23+
Games: _checkout menu_
2724

2825
\
29-
**MAKER SPACE © 2023**\
30-
![Bogy Logo](resources/images/bogy_logo.jpg)
26+
**Makerspace © 2024**\
27+
![Bogy Logo](resources/images/bogy_logo.jpg "Bogy Logo")

TODO.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
### General
22
- Add listener commands
3+
- Split configuration
4+
- Split inputs
5+
- Game shutdown on quit
6+
- Fix time exploit
37

48
### UI
59
- Help and credit popup
10+
- Remove logo

main.py

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -23,20 +23,19 @@ def __init__(self, args):
2323

2424
super(Main, self).__init__(args,
2525
name="Msp Arcade",
26-
author="Maker Space",
26+
author="Makerspace",
2727
version="1.0.0",
28-
short_description="A Maker Space project for an arcade machine in the school",
28+
short_description="A Makerspace project for an arcade machine in the school",
2929
description="This is the main software of the arcade machine, which controls " +
30-
"all games and provides a menu. The gaming machine is a project of the Maker " +
31-
"Space for the Bodensee Gymnasium Lindau in Germany.",
30+
"all games and provides a menu. The gaming machine is a project of the " +
31+
"Makerspace for the Bodensee Gymnasium Lindau in Germany.",
3232
details="Database: Lernplattform Mebis Bayern (Moodle)\n\n" +
33-
"DEVELOPERS\n" +
34-
"Management: Andre Scherl\n"
35-
"Main software: Nikogenia (aka Nikolas)\n" +
36-
"Automat:\n" +
33+
"TEAM\n" +
34+
"Management: Dr. Andre Scherl\n"
35+
"Software: Nikogenia (aka Nikolas)\n" +
36+
"Hardware:\n" +
3737
"- Valis World (aka Valentin)\n" +
3838
"- Linicus (aka Linus)\n" +
39-
"- Alan (aka Bubiego)\n" +
4039
"- ...\n" +
4140
"Games: checkout menu",
4241
log_path=PATH_LOG,

resources/images/arcade_logo.png

26.6 KB
Loading

0 commit comments

Comments
 (0)