Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
blaumeise20 committed Aug 3, 2021
0 parents commit 2299d1a
Show file tree
Hide file tree
Showing 71 changed files with 17,852 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# EditorConfig is awesome: https://EditorConfig.org

# top-most EditorConfig file
root = true

[*]
indent_style = space
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
node_modules
node_modules.nosync
dist/
src/dist/
src/build/
53 changes: 53 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
# Jell Machine

## Story

04.07.2021 idea


## Notes

V1;10;20;0.0;;;

V1;100;100;;0.0.0.0,3.0.7.0,1.0.0.7;;

V1;20;20;;0.0.0.0;; generator right
V1;20;20;;0.1.0.0;; generator down
V1;20;20;;0.2.0.0;; generator left
V1;20;20;;0.3.0.0;; generator up
V1;20;20;;3.0.0.0;; mover
V1;20;20;;1.0.0.0;; CWrotator
V1;20;20;;2.0.0.0;; CCWrotator
V1;20;20;;5.0.0.0;; push
V1;20;20;;4.0.0.0;; slide
V1;20;20;;7.0.0.0;; enemy
V1;20;20;;8.0.0.0;; trash
V1;20;20;;6.0.0.0;; immovable



''Note Jell Machine is not done yet so all following is just a description of what will be.''

Jell Machine is a mod of Cell Machine made with JavaScript which includes all features of Mystic Mod, but many more features. It is made by [[blaumeise20]].

If you want to help join the [https://discord.gg/4aArDTsPJb Discord server].

==Story==

The original idea came on 04/07/2021. It was inspired by [[Pyll Machine]] made by [[Waity5]]. It is currently still under progress, you might get a preview when joining the Discord server for Jell Machine.

==Features==

It includes all features of Mystic Mod, but many other suggestions from the Mystic Mod Discord server. They include:

* New cells like Redirector
* Box filling
* Generation counter
* Step backwards
* Very important: loading from and saving into files
* Infinite grid
* Open multiple levels at once
* Multiplayer support
* Modding support (yes you can mod a mod)

The main goal is to improve user experience, so new cells might take some time to get added.
Binary file added app_icon.icns
Binary file not shown.
Binary file added defaultPack/BG.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added defaultPack/BGPlacable.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added defaultPack/buttonPause.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added defaultPack/buttonPlay.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added defaultPack/enemy.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added defaultPack/generator.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added defaultPack/mover.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added defaultPack/push.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added defaultPack/rotatorCCW.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added defaultPack/rotatorCW.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added defaultPack/slide.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added defaultPack/trash.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added defaultPack/wall.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 2299d1a

Please sign in to comment.