An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

[![Netlify Status](https://api.netlify.com/api/v1/badges/9b7a33cc-31cd-4578-854c-142a40d98be5/deploy-status)](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.