https://github.com/zac-garby/electronic-sim
A web-based redstone-like electronic simulation.
https://github.com/zac-garby/electronic-sim
electronics game html5 js reactjs simulation web
Last synced: 2 months ago
JSON representation
A web-based redstone-like electronic simulation.
- Host: GitHub
- URL: https://github.com/zac-garby/electronic-sim
- Owner: zac-garby
- Created: 2017-02-26T17:55:27.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-04-08T11:57:29.000Z (about 8 years ago)
- Last Synced: 2025-05-27T16:49:50.376Z (about 1 year ago)
- Topics: electronics, game, html5, js, reactjs, simulation, web
- Language: JavaScript
- Homepage:
- Size: 3.98 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Electronic Simulation

## About
Electronic Simulation (I haven't thought of a good name yet) is a basic web-based
simulation of not-quite electronics.
By default, there are 20+ components:
- Sources
- Oscillators
- Random Sources
- Wires
- Diodes
- Wireless transmitters/receivers
- Lights
- Micro-controllers
- Logic gates
- Etc..
## Getting started:
Run the following commands (You'll need to install NodeJS beforehand):
```
git clone https://github.com/Zac-Garby/electronic-sim
cd electronic-sim
npm install
npm start
```
## TODO:
- Clean code up a bit
- Organise CSS into separate files
- Add help page
- Change favicon
- Make component-list groups drop-downs
- Add testing