Commit Graph

62 Commits

Author SHA1 Message Date
Markil3
33ed9c062a Adds a second stage for ascending. 2023-02-25 04:47:02 -07:00
Neal Finger
3c41ef7535 Merge pull request #14 from Markil3/player-animation-update
Update player.py
2023-02-12 13:30:00 -07:00
Neal Finger
09870bfa81 Update player.py
bug fix
2023-02-12 13:29:38 -07:00
Neal Finger
c37d9d9911 Merge pull request #13 from Markil3/player-animation-update
Player animation update
2023-02-12 13:25:32 -07:00
Neal Finger
f34883b84f smooth root render
-root will always draw a line to the player position.  This makes the root growing animation look smoother and show the exact player position.
-dpad up toggles this
-button b toggles the debug render
2023-02-12 13:21:21 -07:00
Neal Finger
00f03652eb player movement
-input class rough draft
-use of time per frame for x movement
-y speed needed to be halved for some reason
-animation line drawing starts from player then moves outward to prepare for storing more points than can fit on the screen (scrolling up after complete stage)
2023-02-12 12:24:06 -07:00
Neal Finger
81bce7fe63 Update player.py
player root animation grows based on distance not just the y value

refactor the PlayerAnimation class
2023-02-11 14:10:35 -07:00
Neal Finger
5d3f661411 Merge pull request #12 from Markil3/title_screen
Title screen
2023-02-05 16:16:17 -07:00
Neal Finger
bcd3715a9e Merge branch 'master' into title_screen 2023-02-05 16:16:09 -07:00
Neal Finger
6c05beaba0 thing
desc
2023-02-05 16:14:45 -07:00
William Hubbard
77fd56b7b8 Merge branch 'master' into collectibles 2023-02-05 16:10:55 -07:00
William Hubbard
8aab7d94f1 Adds a sky. 2023-02-05 16:10:11 -07:00
Neal Finger
5acb279226 title screen
sprite, player root animation calm down
2023-02-05 15:59:55 -07:00
William Hubbard
51be611e2f Merge pull request #11 from Markil3/collectibles
Collectibles
2023-02-05 15:57:53 -07:00
William Hubbard
3afe5322b3 Adds a seed entity.
Graphics!
2023-02-05 15:57:11 -07:00
William Hubbard
674ae01057 Adds collectibles and fixes score 2023-02-05 15:50:20 -07:00
William Hubbard
feafdfbac2 Implements scaling difficulty.
Probably not balanced, but it is there.
2023-02-05 15:19:16 -07:00
Neal Finger
b743e61b10 Merge pull request #10 from Markil3/build_update_finalish
general update
2023-02-05 14:59:45 -07:00
Neal Finger
15d86a7391 general update
merge water, update game loop
2023-02-05 14:59:08 -07:00
Neal Finger
05d5734c66 Merge pull request #9 from Markil3/negative-scroll
Cleans up the scrolling code
2023-02-05 14:12:45 -07:00
William Hubbard
8d90129dbd Merge branch 'master' into negative-scroll 2023-02-05 14:04:52 -07:00
William Hubbard
05dd0a1cfd Fixes some debug code. 2023-02-05 14:04:42 -07:00
William Hubbard
518bf5f5e6 Fixes collision code. 2023-02-05 13:58:32 -07:00
William Hubbard
e03d74be36 Adds rooms constants
Forgot to commit this.
2023-02-05 13:09:30 -07:00
William Hubbard
b80c215d98 Sets the depth to be handled by the player
Just a lot simpler.
2023-02-05 13:09:05 -07:00
William Hubbard
2c4584e05b Merge pull request #8 from Markil3/end-game
Adds an end screen.
2023-02-05 11:43:38 -07:00
William Hubbard
a4e87421bb Fixes the leaf 2023-02-05 11:23:00 -07:00
William Hubbard
e73eb5a765 Adds an end screen. 2023-02-05 11:17:30 -07:00
William Hubbard
ad4a5de10e Fixes a few art assets 2023-02-05 09:45:20 -07:00
William Hubbard
e25a5dd9cc Adds the rest of the art assets. 2023-02-05 08:50:30 -07:00
CostaRic
15e3c33c87 Merge branch 'master' of https://github.com/Markil3/Throot 2023-02-04 23:31:30 -07:00
CostaRic
9dd1c7df90 Update ThrootArtAssets.py
aupdted Throot Art Asset Library
2023-02-04 23:31:24 -07:00
Neal Finger
df4fd1228e Merge pull request #7 from Markil3/player_animation_fix
take out print
2023-02-04 23:21:14 -07:00
Neal Finger
176d89ea14 take out print
take out print
2023-02-04 23:20:57 -07:00
Neal Finger
6cd766a848 Merge pull request #6 from Markil3/player_animation_fix
player animation fix
2023-02-04 22:59:17 -07:00
Neal Finger
4b8eb17ba1 player animation fix
edited throop, player
2023-02-04 22:58:07 -07:00
William Hubbard
f2c7f19d96 Merge pull request #5 from Markil3/subpixel-collisions
Adds sub-pixel collisions
2023-02-04 22:21:16 -07:00
William Hubbard
ce1436b1c2 Adds sub-pixel collisions 2023-02-04 22:11:39 -07:00
CostaRic
8ad6236ff7 Create flowerpetal.raw
flowerpetal.raw added to repository
2023-02-04 20:50:55 -07:00
CostaRic
d0cf8f2a20 Throot Art asset update Added ThrootTiltle.raw to repository
Throot Art asset update

Added ThrootTiltle.raw to repository
2023-02-04 20:48:59 -07:00
William Hubbard
6004a54e9f Merge branch 'master' of https://github.com/Markil3/Throot 2023-02-04 20:26:44 -07:00
Neal Finger
c668a68097 Merge pull request #4 from Markil3/game_manager
Game Manager
2023-02-04 20:25:25 -07:00
Neal Finger
7e454cd8e4 Game Manager
merge of game manager,  Gameloop and player animation. Animation is brocken.
2023-02-04 20:24:16 -07:00
William Hubbard
11667a1b92 Adds a score system 2023-02-04 18:56:46 -07:00
William Hubbard
c356965c2d Adds obstacles and obstacles at once. 2023-02-04 18:05:08 -07:00
William Hubbard
1dbab66aa1 Merge branch 'master' into sprite-generator 2023-02-04 16:46:21 -07:00
William Hubbard
90b4e0f8d5 Merge branch 'master' of https://github.com/Markil3/Throot 2023-02-04 16:46:00 -07:00
William Hubbard
803b09e1b6 Adds an obstacle system 2023-02-04 16:45:36 -07:00
Neal Finger
2240e42640 Merge pull request #3 from Markil3/player_contoller
Update player_animations.py
2023-02-04 16:27:13 -07:00
Neal Finger
b79f0fa704 Update player_animations.py
player movement acceleration
2023-02-04 16:25:05 -07:00