Skip to content

ShinshinRenma/LAYMAN_RYAN_NINJA_GAME_2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

This is a readme for my first project.

This project features a ninja character in Javascript that is controllable with the arrow keys. The character alternates steps so it looks like the character is walking as it is being controlled by the user. There are boundaries placed in the program so that the character does not move past a certain point.

Opportunities for refactoring: This program uses an if-else if set for every single arrow key, but it could only be used once at the end of function(e) to cover all four arrows.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages