Commit Graph

36 Commits

Author SHA1 Message Date
56e2beabfc Replaced background images to work better with the progression. 2021-09-20 10:53:57 -06:00
80b40855fd #9, made it ready to display messages at different speed levels. Just needs to be adjusted according to what is desired. 2021-09-18 19:07:27 -06:00
576730a06b Fixed #8. In general no image should be larger than 2048x2048 for performance loading on mobile and web. 2021-09-18 16:48:09 -06:00
d509380a49 Fixed #9 by lowering the resolution of the background images to 3840x1280 (a 4K resolution). Browsers do not like Large resolution images. 2021-09-18 16:15:45 -06:00
f7af271384 Added darkened overlay and visual variety as the game progresses #10. Added fireworks as well #9. 2021-09-18 15:52:28 -06:00
d676116fd8 Added the feature where if you kick a bug, you get a Firo coin to the right that you can collect. 2021-09-16 21:26:57 -06:00
df5814820b Added moving wall obstacles. 2021-09-16 21:17:51 -06:00
19b401d84f Added overhead debris sign, instead of overhead bugs. 2021-09-16 19:39:42 -06:00
8d225bda06 Added more linear falling. 2021-09-16 19:03:11 -06:00
42873d274a Cleaning up the code so it is more generalized. 2021-09-16 15:15:32 -06:00
5e48cb0444 Fixed #1 such that resizing the window still keeps every item where it should be, and maintains collision on all platforms. 2021-09-16 11:38:46 -06:00
ee87a47672 Adds extra files for testing on Windows development enviornments. 2021-09-14 14:37:14 -06:00
msalazarm
d662faa6b7 This commit adds experminental windows support. 2021-09-14 14:35:48 -06:00
135aa3efcc Fixed the platform issue #2 on Web, and made the beginning platforms more seamless. Added a new Kick animation and the ability to cancel a kick. 2021-09-14 11:23:02 -06:00
c7469ec558 Made the wires collision box smaller. 2021-09-13 15:00:43 -06:00
a4269c43c5 Changed the runner controls to be more smooth, and in line with original vision. Adjusted the obstacles to make it more fair for the user. Removed death by hitting platform. 2021-09-13 13:21:52 -06:00
c6868f23fd Changed the different difficulties of each level in the game. 2021-09-10 20:39:32 -06:00
eb7491a852 fixed some minor bugs, and implemented fireworks fully. 2021-09-10 13:25:01 -06:00
d56f87fef0 fireworks added for every 5th coin gathered. 2021-09-09 16:56:26 -06:00
7689a62616 Fixed the speed bug where runner would go faster on the android phone, but slower on the web. 2021-09-08 17:07:54 -06:00
88207b67ce Upgraded the code to support Flutter SDK 2.5 and Dart 2.14. If you have previous builds please delete your build file, run 'flutter upgrade' on the stable flutter channel and also run 'flutter clean' in the project directory. 2021-09-08 15:44:12 -06:00
99e505f062 Added the finished platforms and updated how to decide which version is used. 2021-09-08 13:27:06 -06:00
adf2831f42 Added the full background and the changing windows with each speed level 2021-09-07 14:45:42 -06:00
f4274e7207 Added new death animation when runner hits the bugs, Also made it so that obstactles are spaced further apart 2021-09-06 16:28:56 -06:00
7fa49eb824 Added some new image assets, and fixed the bug so that audio plays on web. 2021-09-06 16:04:41 -06:00
7736eb1a1b Added a reset state to every object so that the game can cleanly be restarted. 2021-09-05 16:36:36 -06:00
9802a5c7ba Fixed Starting background seems. 2021-09-05 12:55:13 -06:00
c75935db19 Added the moving circuit background. Probably need a new background that is more seamless. 2021-09-04 19:05:08 -06:00
2926907f9c Objects are now placed much farther from each other so they do not overlap, and so the user has a chance to avoid the obstacles. 2021-09-04 18:36:14 -06:00
513d2d08c0 Added the bugs that you can kick and duck. Next commit will make sure Coins, Bugs, and Wires never overlap. 2021-09-04 18:18:37 -06:00
09db52bcc9 Added wires, and fixed rendering so that flips of images will be registered. 2021-09-04 16:56:08 -06:00
f5be43202d Added Firo coins and collisions with Firo coins. 2021-09-03 22:17:12 -06:00
d1144e9ff2 Added Collision with platforms. Added Gravity. And Changed some of the controls. 2021-09-03 21:03:05 -06:00
383b302c71 User input can move the character. Implemented the background and moving objects. Implmented platforms. 2021-09-03 17:29:18 -06:00
05b3891cbe Beginning game that has a moving runner charcter. 2021-09-02 16:30:18 -06:00
fbbfa59d6d first 2021-08-31 10:46:17 -06:00