Пожалуйста, подпишитесь на официальный канал Codeforces в Telegram по ссылке https://t.me/codeforces_official. ×

Блог пользователя bhikkhu

Автор bhikkhu, история, 11 месяцев назад, По-английски

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.

  • Проголосовать: нравится
  • +21
  • Проголосовать: не нравится

»
11 месяцев назад, # |
Rev. 3   Проголосовать: нравится -9 Проголосовать: не нравится

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