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!
- Host: GitHub
- URL: https://github.com/embium/odin-battleship
- Owner: embium
- Created: 2023-09-02T01:29:11.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-22T13:28:37.000Z (over 1 year ago)
- Last Synced: 2025-01-30T12:14:04.064Z (3 months ago)
- Language: JavaScript
- Homepage: https://embium.github.io/odin-battleship/
- Size: 94.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.