bhikkhu's blog

By bhikkhu, history, 9 months ago, In English

Heyy folks, I'd like to share my coding project with you. I always wanted to make a bicycle game of my own and here I am sharing the game I made from scratch(all the PHYSICS as well). It uses plain Javascript.

https://kingofdelphi.github.io/projects/bicycle/

This is the source code available for the public. https://github.com/kingofdelphi/bicycle

Please look up the source code and tweak as you feel like it.

  • Vote: I like it
  • +21
  • Vote: I do not like it

»
9 months ago, # |
Rev. 3   Vote: I like it -9 Vote: I do not like it

BTW, lower bound and upper bound has been used. And a lot of Coordinate Geometry. Folks, extremely relevant to competitive programming.

https://github.com/kingofdelphi/bicycle/blob/master/src/lib/ViewController.js#L113

https://github.com/kingofdelphi/bicycle/blob/master/src/lib/ViewController.js#L128