Skip to content

youyk/games

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

games

Yongkang's web game practice.

It includes 3 games:

  1. Hammer: a sport game. Use some simple maths to calculator hammer flying curve. The digital number generation in the visual LCD screen is interesting.

  2. Tank: an interesting game. User need to control the several switches to assemble tank in different machine factory to destroy enemy.

  3. Maze: a simple game but use random Maze generation algorithm. The fog generation is a little tricky.

You can freely use the source to play/learn/modify/redistributation.

How to use it

  1. Download the source.

  2. You can package them into a zip file and run them in node-webkit

  3. Or you can directly open the index.html in a browser.

About

Yongkang's web game practice

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 78.5%
  • CSS 21.5%