Star Finder is a simple game written in Javascript and HTML5 that takes advantage of Canvas element. The game objective is to collect Star power and bring it back to the start position.
Rendered interface with HTML5 Canvas and defined functionality with OOP Javascript, three classes to control the game Game, Enemy and Player
All you need to run the game is a modern browser that supports HTML5 Canvas elements, see more details.
Go to https://lsardinas.github.io/Udacity-StarFinder/
- Use A, B, C, D, E to select the character
- Use 1, 2, 3 to select the difficulty level
- Use Space to start the game
- Use Esc to go back to main menu
- Use Arrow Keys to move player
Copyright StarFinder Leandros Sardinas
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
[http://www.apache.org/licenses/LICENSE-2.0] (http://www.apache.org/licenses/LICENSE-2.0)
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.