Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Moving-block

In this exerise I learn to move DOM elements on the page, react to keypresses and deal with collision detection.

The Mission

Have a square that you can move using the arrow keys. Have another square representing food. When the player touches the food it goes to a different location.

Must-have features

  • Square that can be controlled
  • Food that can be picked up

The Game

By pushing the arrow keys the player can move a square around. The goal of the game is to collect as many food-squares as possible before the timer runs out. Collecting a food-square resets the timer. However every 5 levels the game changes color of one or more elements, hereby making the game gradually harder to beat.

Live Version

Play the game at:

https://seppeverhavert.github.io/Moving-block/

Credits

Photo by Carl Raw on Unsplash.

About

Learn to move DOM elements on the page, react to keypresses and deal with collision detection.

Topics

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages