All Projects → sarcadass → yagol

sarcadass / yagol

Licence: MIT license
Yagol is a Conway's Game of Life sandbox game made with react. Customize the different options then create, share and watch your shapes evolve.

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
HTML
75241 projects

Projects that are alternatives of or similar to yagol

xss-http-injector
XSS HTTP Inject0r is a proof of concept tool that shows how XSS (Cross Site Scripting) flags can be exploited easily. It is written in HTML + Javascript + PHP and released under GPLv3.
Stars: ✭ 22 (-29.03%)
Mutual labels:  sandbox
cellular-automata-explorer
(WIP) An interactive web app for exploring cellular automata.
Stars: ✭ 18 (-41.94%)
Mutual labels:  game-of-life
PyGameofLife
Conway's Game of Life using python's matplotlib and numpy
Stars: ✭ 40 (+29.03%)
Mutual labels:  game-of-life
MySQLSandbox
MySQLSandbox with orchestrator in docker
Stars: ✭ 13 (-58.06%)
Mutual labels:  sandbox
SLib
SLib is a sandbox evasion library that implements some of the checks from https://evasions.checkpoint.com in C#
Stars: ✭ 50 (+61.29%)
Mutual labels:  sandbox
libTech
Game engine inspired by id Tech and Source written in C#
Stars: ✭ 42 (+35.48%)
Mutual labels:  sandbox
coolrs
CoolRs is a collection of Android Renderscript effects.
Stars: ✭ 41 (+32.26%)
Mutual labels:  game-of-life
NEWorld
NEWorld is a free game with similar game rules to Minecraft.
Stars: ✭ 107 (+245.16%)
Mutual labels:  sandbox
athenadriver
A fully-featured AWS Athena database driver (+ athenareader https://github.com/uber/athenadriver/tree/master/athenareader)
Stars: ✭ 116 (+274.19%)
Mutual labels:  sandbox
sandbox
Simple Windows Sandbox Configuration
Stars: ✭ 37 (+19.35%)
Mutual labels:  sandbox
convoca
Predict and analyze cellular automata using convolutional neural networks
Stars: ✭ 66 (+112.9%)
Mutual labels:  game-of-life
lkm-sandbox
Collection of Linux Kernel Modules and PoC to discover, learn and practice Linux Kernel Development
Stars: ✭ 36 (+16.13%)
Mutual labels:  sandbox
GameOfLifeView
A simple Android view that displays Conway's Game of Life. I've learnt the principles of TDD doing this
Stars: ✭ 20 (-35.48%)
Mutual labels:  game-of-life
Fegaria-Remastered
Similar to my other project Fegaria, but with improved graphics, collisions and terrain generation.
Stars: ✭ 73 (+135.48%)
Mutual labels:  sandbox
melodyoflife
Melody of Life is a step sequencer using cellular automata
Stars: ✭ 38 (+22.58%)
Mutual labels:  game-of-life
golux
Elixir game of life with Scenic demo
Stars: ✭ 12 (-61.29%)
Mutual labels:  game-of-life
goltorus
Game of Life on the surface of a torus.
Stars: ✭ 49 (+58.06%)
Mutual labels:  game-of-life
neural-network-sandbox
A toy about fundamental neural network algorithms and Qt Quick 2 interface.
Stars: ✭ 69 (+122.58%)
Mutual labels:  sandbox
HydroJudge
The next generation judging system for Hydro (and vijos)
Stars: ✭ 33 (+6.45%)
Mutual labels:  sandbox
rvw developers core
SFCC Developers Core Cartridge. A Salesforce Commerce Cloud (Demandware) Cartridge for Developers.
Stars: ✭ 43 (+38.71%)
Mutual labels:  sandbox

Yagol

Yet Another Game Of Life. Yagol is a Conway's Game of Life sandbox made with ReactJs. Customize the different options then create, share and watch your shapes evolve. This app was created with the excellent create-react-app.

Yagol Intro Animation

See the app site.

Installing Yagol locally

  • Clone this repo
  • In the folder you cloned the repo run npm install
  • Launch the local server (with hot js/css reloading) with npm start (note that it will be less performant than the builded version, see how to use the builded version below)

Build the project and use it locally

  • Install yagol locally (see above)
  • Run npm build
  • You will have to use a local web server and set build/ as your root folder to run Yagol if you want to use the default shapes
  • To do that you can use http-server. install it globally (npm install http-server -g) then set build/ as your current working directory (cd build) then run http-server. The URL where you can access Yagol should be written in your terminal

Dependencies

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].