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

https://github.com/embium/odin-battleship

The Odin Project's Battleship Implemetation!
https://github.com/embium/odin-battleship

Last synced: about 1 month ago
JSON representation

The Odin Project's Battleship Implemetation!

Awesome Lists containing this project

README

        

Follow these below steps to run the code.

1. Enter in termainl to compile Typescript: npx tsc
2. Enter in terminal to bundle for browser use: npx browserify libs/main.js > bundle.js
3. Open index.html in a Browser of your choise.