https://github.com/corewar/corewar-ui
HTML5 & javascript implementation of the classic game Corewar
https://github.com/corewar/corewar-ui
corewar game javascript react
Last synced: about 1 year ago
JSON representation
HTML5 & javascript implementation of the classic game Corewar
- Host: GitHub
- URL: https://github.com/corewar/corewar-ui
- Owner: corewar
- License: mit
- Created: 2017-11-17T10:57:38.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-03-12T00:42:15.000Z (about 5 years ago)
- Last Synced: 2023-04-17T14:27:09.765Z (about 3 years ago)
- Topics: corewar, game, javascript, react
- Language: JavaScript
- Homepage:
- Size: 2.94 MB
- Stars: 13
- Watchers: 4
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://app.netlify.com/sites/fervent-colden-f3a70c/deploys)
# NOTE: This repository has been deprecated and moved to our new home in the monorepo at: https://github.com/corewar/corewar.io
# Corewar UI
This project is a web user interface for the Corewar.
It specifically consume our other project [Corewar](https://github.com/gareththegeek/corewar) which is a Typescript / Javascript implementation of the classic game [corewar](https://en.wikipedia.org/wiki/Core_War)
You can use the website here [https://www.corewar.io](https://www.corewar.io/)
## Technology
This project is written as a set of react components to consume the parser and simulator from [Corewar](https://github.com/gareththegeek/corewar) and display the output in an attractive manner.
## Getting started
- Clone the project
- `npm i` the dependencies
- `npm start` to run the webserver and visit `localhost:3000` to see the output
## Testing
Run `npm test` to execute the UI tests
## Contribution
We welcome all contributions, feedback and issues, please drop us a line with any feedback you have.