Skip to content

Latest commit

 

History

History
29 lines (16 loc) · 1.17 KB

README.md

File metadata and controls

29 lines (16 loc) · 1.17 KB

Netlify Status

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 which is a Typescript / Javascript implementation of the classic game corewar

You can use the website here https://www.corewar.io

Technology

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.

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.