test watches

This commit is contained in:
minjaesong
2017-06-11 01:22:46 +09:00
parent 7bd7a6532d
commit 67ca216243
14 changed files with 348 additions and 4 deletions

View File

@@ -41,6 +41,6 @@ Connect two or more tracker head to play the array of trackers play simultaneous
- Implement it on ```<item>.primaryUse(gc, delta)```
## Computers ##
## Particles ##
Instead of single box with bunch of parts, make computers occupy several blocks -- processor unit, core memory unit, storage unit (RAMAC!), I/O unit, etc., like old PDPs. Powerful computer == more space. Plus portable units like TRS-80 Model 100.
- Pickaxe sparks: hard material makes more sparks

View File

@@ -0,0 +1,16 @@
## Computers
- Instead of single box with bunch of parts, make computers occupy several blocks -- processor unit, core memory unit, storage unit (RAMAC!), I/O unit, etc., like old PDPs. Powerful computer == more space.
- Make portable units like TRS-80 Model 100.
- Proper virtual machine with finite RAM and its own virtual CPU with full (but simplified/high level emulation of real things) instruction set and registers
- at least BASIC is must be supported
- plus C compiler? Am I too ambitious?
## Electricity
If things would run with infinite energy, I'm out. We need realism to implement resource management which turns into a Fun! (for the most time)
- Direct Current (only! because AC makes EE 10x harder), follows Ohm's law, and EXPLOSION!
- Take 'some' idea from _IndustrialCraft_ (Minecraft mod)