0% found this document useful (0 votes)
2 views

CSCI414 Platform Based Development Project3- Spring 2022

The document outlines Project #3 for CSCI 414/514, which involves enhancing a JavaScript game. Students are required to modify the game's code, including changing obstacle width, background color, and game piece color, and to submit their enhanced game along with a screenshot. Extra credit is available for adding sound and using a custom game piece image.

Uploaded by

Naomie Bambara
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
2 views

CSCI414 Platform Based Development Project3- Spring 2022

The document outlines Project #3 for CSCI 414/514, which involves enhancing a JavaScript game. Students are required to modify the game's code, including changing obstacle width, background color, and game piece color, and to submit their enhanced game along with a screenshot. Extra credit is available for adding sound and using a custom game piece image.

Uploaded by

Naomie Bambara
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

CSCI 414/514 – Platform Based Development

Project #3. Due Saturday, February 18, 2022

Name:
Enhancing a JavaScript Game
Steps
1) Download/install an Integrated Development Environment (IDE) such as Brackets or VScode
2) Go to W3Schools to download the Gravity game using the link below.
https://www.w3schools.com/graphics/tryit.asp?filename=trygame_default_gravity

3) Copy/Paste the source code into your IDE. Run the game and save the file as game.html

4) Change the width of the obstacles.


5) Change the background color to yellow.
6) Add your name at the bottom of the page.
7) Change the SCORE font from Serif .
Consolas to
8) Change the game piece (square) from red to blue.
9) Take screenshot of your enhanced game as shown below.
10) Upload your game.html file and your screenshot showing score.

EXTRA CREDITS ( You must demonstrate during class)


1) Add sound to your game (10 points)
2) Add a free smiley face or other pic (i.e., your pet) as a game piece instead of the square box (10 points)

Intellectual property developed by Sam Espana. This project is for the exclusive use of CSCI 412/512 students,
Spring 2022. File contents cannot be duplicated in any form or media without permission from the author.

You might also like