1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-12-08 06:46:34 +01:00

Begin implementing chess

This commit is contained in:
jfreegman
2020-12-19 15:40:00 -05:00
parent a623976a0e
commit 60bdcf0ba5
12 changed files with 1752 additions and 34 deletions

View File

@@ -886,7 +886,10 @@ int snake_initialize(GameData *game)
state->last_powerup_time = get_unix_time();
game_update_lives(game, -1);
game_show_level(game, true);
game_show_score(game, true);
game_show_high_score(game, true);
game_increment_level(game);
game_set_update_interval(game, SNAKE_DEFAULT_UPDATE_INTERVAL);
game_random_coords(game, &state->food);