NOTE: This repository has been deprecated and moved to our new home in the monorepo at: https://github.com/corewar/corewar.io
This project is a web user interface for the Corewar.
It specifically consume our other project Corewar which is a Typescript / Javascript implementation of the classic game corewar
You can use the website here https://www.corewar.io
This project is written as a set of react components to consume the parser and simulator from Corewar and display the output in an attractive manner.
- Clone the project
npm i
the dependenciesnpm start
to run the webserver and visitlocalhost:3000
to see the output
Run npm test
to execute the UI tests
We welcome all contributions, feedback and issues, please drop us a line with any feedback you have.