initial commit

This commit is contained in:
BuckarooBanzay 2020-11-03 16:40:57 +01:00
commit dd63b0e786
21 changed files with 9032 additions and 0 deletions

9
.gitmodules vendored Normal file
View File

@ -0,0 +1,9 @@
[submodule "mods/mesecons"]
path = mods/mesecons
url = https://github.com/minetest-mods/mesecons/
[submodule "mods/digilines"]
path = mods/digilines
url = https://github.com/minetest-mods/digilines/
[submodule "mods/digiline_stuff"]
path = mods/digiline_stuff
url = https://github.com/cpdef/digiline-stuff

3
game.conf Normal file
View File

@ -0,0 +1,3 @@
name = Mesecons school
description = Mesecons examples
allowed_mapgens = singlenode

BIN
menu/background.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 578 KiB

BIN
menu/header.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 404 B

BIN
menu/icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 217 B

2
minetest.conf Normal file
View File

@ -0,0 +1,2 @@
scifi_nodes.doors_open_with_mesecon_only = true
time_speed = 0

1
mods/digiline_stuff Submodule

@ -0,0 +1 @@
Subproject commit 7b46384b7be23fea29ef6b55703614f4c8f854c9

1
mods/digilines Submodule

@ -0,0 +1 @@
Subproject commit 021c521c65e6184bceb7bb94e63c3b45a52671ea

1
mods/mesecons Submodule

@ -0,0 +1 @@
Subproject commit d356f901a3c26f2cce28ce0be64d26fff996e110

0
readme.md Normal file
View File

1
schems/4bitarraymult.we Normal file

File diff suppressed because one or more lines are too long

531
schems/alu_demo.we Normal file

File diff suppressed because one or more lines are too long

7
schems/circuit_demo.we Normal file

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

3617
schems/computer.we Normal file

File diff suppressed because one or more lines are too long

215
schems/decoder_demo.we Normal file

File diff suppressed because one or more lines are too long

81
schems/display_demo_1.we Normal file

File diff suppressed because one or more lines are too long

135
schems/display_demo_2.we Normal file

File diff suppressed because one or more lines are too long

809
schems/ram_demo_1.we Normal file

File diff suppressed because one or more lines are too long

1921
schems/ram_demo_2.we Normal file

File diff suppressed because one or more lines are too long

1281
schems/register_demo.we Normal file

File diff suppressed because one or more lines are too long