Merge branch 'dev' into dev-ai-tweaks

This commit is contained in:
2020-04-20 21:07:33 +02:00
committed by GitHub
4 changed files with 17 additions and 7 deletions

View File

@@ -1,16 +1,25 @@
# WORKING TITLE
# Bosskeeper - Keep the boss alive!
## Summary
## Story
Short summary of the game and gameplay.
You start the game as a main character of any old video game and meet the slime boss - pretty much the first thing you encounter anywhere. But the boss is weak and easily defeated and therefore nobody even took the time to kill it properly. In this moment you decide that your days as a hero are over and that you would love nothing more than to help this boss to stay alive as long as possible.
In this game you have cards to help the angry slime boss to survive. Each time a marvelous hero comes by, you get the chance to place traps, walls, fields of slime and valuable barrels the hero just can't resist to look into. But watch out: if the slime boss dies, you are defeated too.
Have fun playing ~
## Context
This is a minigame developed by a team of 8 people for the Ludum Dare No. 46 in 04/2020 over the course of 3 days. The team members consisted of @panorb, @Sonaion, @Streamfire, @DerAnonymos, @Mienek, Leo (for all major assets), Markus (for sounds) and @creyD. It is written in the Godot framework and a playable version can be downloaded on the release page of this repo.
## Branching
- `master` - Current state of the game
- `master` - Current state of the game, latest major release
- `dev` - Next feature update state of the game - Merged to `master`
- `dev-X` - Specific features for the game - Merged to `dev`
- `hotfix-X` - Bugfixes that need to be pushed to all branches
## Context
Ludum Dare whatever
## Bugs
You may report bugs [here](https://github.com/creyD/ludum_dare_46/issues/new) but please don't expect us to fix them in a timely manner.

View File

@@ -22,7 +22,8 @@ region_enabled = true
region_rect = Rect2( 0, 0, 1280, 720 )
[node name="Background" parent="." instance=ExtResource( 7 )]
frame = 44
frame = 20
playing = false
[node name="FloorTileMap" type="TileMap" parent="."]
visible = false

BIN
src/icon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 34 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 228 B

After

Width:  |  Height:  |  Size: 551 B