Skip to content

Commit

Permalink
Undid accidental push
Browse files Browse the repository at this point in the history
  • Loading branch information
BCKM committed Jul 30, 2024
1 parent b913b80 commit d694caa
Show file tree
Hide file tree
Showing 58 changed files with 1 addition and 273 deletions.
36 changes: 1 addition & 35 deletions mu/logic.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,25 +146,7 @@
"flappybird.py",
"flappybird_neosoco.py",
]
EXAMPLE_NEOPIA = [
"01-01_KobiBot.py",
"01-02_FutbolBot.py",
"01-06_Sehrli_ansanmbl.py",
"02-01-01_Barami.py",
"02-01-02_Barami.py",
"02-02_Neo_Bigl.py",
"02-03_Neo_kliner.py",
"02-04-01_Aqlli_avtomobil.py",
"02-04-02_Aqlli_avtomobil.py",
"02-05-01_Chiziq_trekkeri.py",
"02-05-02_Chiziq_trekkeri.py",
"04-01_Fonar.py",
"04-03-01_Aqlli_avtomobil_2.py",
"04-03-02_Aqlli_avtomobil_2.py",
"04-04_Samosval_avtomobili.py",
"04-05_Robot_qol.py",
"04-06_Konveyer.py"
]

MOTD = [ # Candidate phrases for the message of the day (MOTD).
_("Hello, World!"),
_(
Expand Down Expand Up @@ -924,7 +906,6 @@ def setup(self, modes):
examples_path = os.path.join(wd, "examples")
example_entry_b_path = os.path.join(wd, "examples/entry_basic/")
example_pgz_path = os.path.join(wd, "examples/pygame_zero/")
example_neopia_path = os.path.join(wd, "examples/neopia/")
if not os.path.exists(images_path):
logger.debug("Creating directory: {}".format(images_path))
os.makedirs(images_path)
Expand Down Expand Up @@ -1003,21 +984,6 @@ def setup(self, modes):
for sfx in EXAMPLE_PGZ_IMAGES:
shutil.copy(
path(sfx, "pygamezero/"), os.path.join(example_pgz_path + 'images', sfx)
)
# Neopia examples
if not os.path.exists(example_neopia_path):
logger.debug("Creating directory: {}".format(example_neopia_path))
os.makedirs(example_neopia_path)
for sfx in EXAMPLE_NEOPIA:
shutil.copy(
path(sfx, "neopia/"), os.path.join(example_neopia_path, sfx)
)
if not os.path.exists(example_neopia_path + 'images'):
logger.debug("Creating directory: {}".format('images'))
os.makedirs(example_neopia_path + 'images')
for sfx in EXAMPLE_PGZ_IMAGES:
shutil.copy(
path(sfx, "neopia/"), os.path.join(example_neopia_path + 'images', sfx)
)
# Ensure Web based assets are copied over.
template_path = os.path.join(wd, "templates")
Expand Down
15 changes: 0 additions & 15 deletions mu/resources/neopia/01-01 KobiBot.py

This file was deleted.

15 changes: 0 additions & 15 deletions mu/resources/neopia/01-02 FutbolBot.py

This file was deleted.

9 changes: 0 additions & 9 deletions mu/resources/neopia/01-06 Sehrli ansanmbl.py

This file was deleted.

11 changes: 0 additions & 11 deletions mu/resources/neopia/02-01-01 Barami.py

This file was deleted.

15 changes: 0 additions & 15 deletions mu/resources/neopia/02-01-02 Barami.py

This file was deleted.

13 changes: 0 additions & 13 deletions mu/resources/neopia/02-02 Neo Bigl.py

This file was deleted.

8 changes: 0 additions & 8 deletions mu/resources/neopia/02-03 Neo kliner.py

This file was deleted.

16 changes: 0 additions & 16 deletions mu/resources/neopia/02-04-01 Aqlli avtomobil.py

This file was deleted.

8 changes: 0 additions & 8 deletions mu/resources/neopia/02-04-02 Aqlli avtomobil.py

This file was deleted.

11 changes: 0 additions & 11 deletions mu/resources/neopia/02-05-01 Chiziq trekkeri.py

This file was deleted.

15 changes: 0 additions & 15 deletions mu/resources/neopia/02-05-02 Chiziq trekkeri.py

This file was deleted.

8 changes: 0 additions & 8 deletions mu/resources/neopia/04-01 Fonar.py

This file was deleted.

24 changes: 0 additions & 24 deletions mu/resources/neopia/04-03-01 Aqlli avtomobil 2.py

This file was deleted.

31 changes: 0 additions & 31 deletions mu/resources/neopia/04-03-02 Aqlli avtomobil 2.py

This file was deleted.

10 changes: 0 additions & 10 deletions mu/resources/neopia/04-04 Samosval avtomobili.py

This file was deleted.

16 changes: 0 additions & 16 deletions mu/resources/neopia/04-05 Robot qo_l.py

This file was deleted.

13 changes: 0 additions & 13 deletions mu/resources/neopia/04-06 Konveyer .py

This file was deleted.

File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.

0 comments on commit d694caa

Please sign in to comment.