Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 849 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 849 Bytes

BattleShipsJS

the result of porting my Groovy battleships game to JavaScript, retaining elelemnts of the OO design From OO to JS

basic playable version at: http://rawgit.com/tristian2/BattleShipsJS/master/game.html Using Atom as ide and lighthttpd web server - NO livehttpd needs compiling for windows - too much hassle so using live-server as a node js package instead

http://stackoverflow.com/questions/31071172/how-do-i-debug-html-and-javascript-together-in-vscode-visual-studio-code

Open node.js console

npm install -g live-server Alt text

Pretty awesome, we have atom and live refresh via the web server! Alt text