Skip to content

Commit

Permalink
Merge pull request #30 from chumpatrol1/dev
Browse files Browse the repository at this point in the history
V0.13.0b
  • Loading branch information
chumpatrol1 authored Mar 14, 2022
2 parents f8011c3 + 77b2824 commit 7f6f195
Show file tree
Hide file tree
Showing 57 changed files with 2,533 additions and 402 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ saves/game_stats.txt
saves/matchup_chart.txt
saves/blob_unlocks.txt
saves/notices.txt
screenshots/
20 changes: 11 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
# blob_ball
Slime Soccer type game

**v0.12.0b**
**v0.13.0b**

**Features:**
* Casual Matches!
* 24 of the exact same blob!
* 11 unique blobs!
* 23 of the exact same blob!
* 12 unique blobs!

* Physics system that works 99.65% of the time!
* High Octane Matches!
* Lots of advanced tech!
Expand Down Expand Up @@ -34,16 +35,17 @@ Slime Soccer type game
* Block Ball: Comma
* Use Stat Boost: Period



*Other:*
* Quit Game: ESC
* Toggle Full Screen: CTRL (either one)
* Select some buttons: ENTER


**Changelog**
* Added Boxer Blob
* Buffed Rock, Lightning, Wind and King Blobs
* New CPU Behaviors Added!
* Added Mouse Controls
* Added Mirror Blob
* Buffed Rock Blob and Nerfed Water Blob
* Added Blob Info to the Almanac!
* Improved Key Rebinding
* Added several game rules
* Added UI Toggle, which determines whether or not the UI appears on the top or bottom

22 changes: 22 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
BLOB BALL V0.13.0b

For a full list of changes visit the official Changelog Document: https://docs.google.com/document/d/1M0mxPMobF79kyU8XHRvIrWKbIk6v8WotAPLwUnbOuFg/edit

New Features!
- Pause during matches using ESCAPE! You can adjust game volume, take screenshots and return to the menu!
- Almanac Blob Info! View stats and tips relating to your favorite blobs!
- New Game Setting - UI Positioning! The game UI can now appear at the top or at the bottom of the screen
- New Game Rule - HP Regeneration! Adjustable setting which regenerates a bit of HP after each goal!
- Improved Key Binding! Bind individual keys, a player's keys, or all keys at once!

Aesthetics!
- Blobs that are locked or unreleased are now marked appropriately
- Added Sunken/XNunuAZ to the credits as a programmer - thanks Sunken!
- Fixed a small visual error in Field Alpha's background
- Added SFX for Rock, Lightning and Cop Blob

Balance Changes!
- Reduced ball bounciness on block
- Buffed Doctor Blob to prioritize pills that haven't been pulled in a while
- Nerfed Water Blob (Geyser Activation Cost 120 --> 210)
- Buffed Rock Blob (Spire Cost 400 --> 360) (Boost Duration 4 --> 5)
2 changes: 1 addition & 1 deletion config/ruleset.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"version": "0.11.0a", "goal_limit": 5, "time_limit": 3600, "time_bonus": 600, "special_ability_charge_base": 1, "danger_zone_enabled": true, "p1_modifiers": {"max_hp": null, "top_speed": null, "traction": null, "friction": null, "gravity": null, "kick_cooldown_rate": null, "block_cooldown_rate": null, "boost_cost": null, "boost_cooldown_max": null, "boost_duration": null, "special_ability_cost": null, "special_ability_maintenance": null, "special_ability_max": null, "special_ability_cooldown": null, "special_ability_delay": null, "special_ability_duration": null}, "p2_modifiers": {"max_hp": null, "top_speed": null, "traction": null, "friction": null, "gravity": null, "kick_cooldown_rate": null, "block_cooldown_rate": null, "boost_cost": null, "boost_cooldown_max": null, "boost_duration": null, "special_ability_cost": null, "special_ability_maintenance": null, "special_ability_max": null, "special_ability_cooldown": null, "special_ability_delay": null, "special_ability_duration": null}}
{"version": "0.13.0a", "goal_limit": 5, "time_limit": 3600, "time_bonus": 600, "special_ability_charge_base": 1, "danger_zone_enabled": true, "p1_modifiers": {"max_hp": null, "top_speed": null, "traction": null, "friction": null, "gravity": null, "kick_cooldown_rate": null, "block_cooldown_rate": null, "boost_cost": null, "boost_cooldown_max": null, "boost_duration": null, "special_ability_cost": null, "special_ability_maintenance": null, "special_ability_max": null, "special_ability_cooldown": null, "special_ability_delay": null, "special_ability_duration": null}, "p2_modifiers": {"max_hp": null, "top_speed": null, "traction": null, "friction": null, "gravity": null, "kick_cooldown_rate": null, "block_cooldown_rate": null, "boost_cost": null, "boost_cooldown_max": null, "boost_duration": null, "special_ability_cost": null, "special_ability_maintenance": null, "special_ability_max": null, "special_ability_cooldown": null, "special_ability_delay": null, "special_ability_duration": null}, "hp_regen": 0}
2 changes: 1 addition & 1 deletion config/settings.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"hd_backgrounds": true, "hd_blobs": true, "smooth_scaling": true, "music_volume": 10, "sound_volume": 10}
{"hd_backgrounds": true, "hd_blobs": true, "smooth_scaling": true, "music_volume": 5, "sound_volume": 4, "ui_mode": true}
Loading

0 comments on commit 7f6f195

Please sign in to comment.