Corewars
Original Corewars coding game ported into modern day MERN tech stack webapp with re-imagined UI
Install / Use
/learn @aramachandran7/CorewarsREADME
Corewars!
Check the blog post! Reached front page of Hacker News! Check out the comments there!
See and play the final product in action!
What we did
- Built a RedCode (dialect of assembly used to play corewars) engine with an entirely javascript backend to proccess redcode commands and work directly with our entirely JS stack
- Built an interactive, modern user interface around the original game to drive a stronger, more intuitive UX
- Working with students to test & deploy as a learning tool
- Built with MERN stack: (Mongo Express React Node), using Create React App.
to run locally:
run npm install in both the root and client directories
run npm start in the client directory
Open http://localhost:3000 to view it in the browser.
