Commit Graph

37 Commits

Author SHA1 Message Date
9f99a6a731 Added comments 2021-10-09 12:32:15 -06:00
12654cf5b0 Reorderd files in the folder tree for organization 2021-10-08 21:59:38 -06:00
cbca859226 Added connections to the firo_runner_server. Fixed a couple introduced bugs. Added flag for non tournament version of the code for Google Play/ Apple. 2021-10-08 21:50:47 -06:00
504fff2a7e Added more sounds, and fixed an audio bug. 2021-10-06 12:22:57 -06:00
ebc575df88 windows vs linux 2021-10-05 17:22:01 -06:00
msalazarm
30ee23013e shrunk the texture sizes of images to reduce lag, and introduced some sound effects. 2021-10-05 17:19:58 -06:00
9f1b453bd7 Cleaned up runner code. 2021-10-03 14:12:22 -06:00
9835024376 Added Menu music, increased difficulty, and added last animation. 2021-10-03 13:11:40 -06:00
91e5554105 Added level scaling and animations as Firo coins are gathered #4. Also Tightened the controls on mobile to make user input faster. 2021-10-01 20:46:44 -06:00
e8455500da Added the Main Menu #12, Mobile Icons #18. Runner animations finished in previous commit #6. Also implemented text scaling for different devices. 2021-10-01 16:40:28 -06:00
171cedc2d2 New animations. 2021-09-30 16:21:28 -06:00
35f5d4a79b Added the Game over menu screen #11, also the coins, distance, and score texts #5. 2021-09-20 14:32:10 -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
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
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
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
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
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