Skip to content

gc-submissions/javascript-2024-august-daytime-battle-game-functions-js-lab-js-2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JavaScript Lab 2 - Game

Instructions

Instructions

Setup

This repository contains starter code and tests. Clone this repository and open it in your IDE.

Add your code in src/script.js. To run the code in the browser, open index.html in the src/ directory.

Tests

Tests can be found in spec/lab2.spec.js.

  • To run the tests in the browser, open test.html in the spec/ directory.
  • To run the tests from the console, first install the dependencies: run npm install. Just do that one time ever. Then run npm test anytime you want to start the tests.

Submission

Add, commit, and push your changes.

About

javascript-2024-august-daytime-battle-game-functions-js-lab-js-2 created by GitHub Classroom

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published