Skip to content

Commit

Permalink
Add Screenshot section headings to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
baronk2 authored Apr 21, 2023
1 parent bf1f384 commit b497731
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,34 +8,30 @@ This is a 2D top view (bird's eye) shooter with different rooms that can be ente

## Examples

### Spawn Room
<img src="images/in-game-screenshots/01-spawn-room.png" alt="01-spawn-room.png" width=500>

<img src="images/in-game-screenshots/02-spawn-room.png" alt="02-spawn-room.png" width=500>

### Fighting Enemies
<img src="images/in-game-screenshots/03-shooting.png" alt="03-shooting.png" width=500>

<img src="images/in-game-screenshots/04-shooting-enemy-hit.png" alt="04-shooting-enemy-hit.png" width=500>

<img src="images/in-game-screenshots/05-door.png" alt="05-door.png" width=500>

### Using Doors to Enter Rooms
<img src="images/in-game-screenshots/05-door.png" alt="05-door.png" width=500>
<img src="images/in-game-screenshots/06-door.png" alt="06-door.png" width=500>

<img src="images/in-game-screenshots/07-door.png" alt="07-door.png" width=500>

### Losing Too Many Lives
<img src="images/in-game-screenshots/08-game-over.png" alt="08-game-over.png" width=500>

### Experimental Feature: Randomly Generated Locked Door Passwords
<img src="images/in-game-screenshots/09-locked-door-password.png" alt="09-locked-door-password.png" width=500>

<img src="images/in-game-screenshots/10-locked-door-password.png" alt="10-locked-door-password.png" width=500>

<img src="images/in-game-screenshots/11-locked-door-password-incorrect-password.png" alt="11-locked-door-password-incorrect-password.png" width=500>

<img src="images/in-game-screenshots/12-locked-door-password-incorrect-password.png" alt="12-locked-door-password-incorrect-password.png" width=500>

<img src="images/in-game-screenshots/13-locked-door-password-correct-password.png" alt="13-locked-door-password-correct-password.png" width=500>

<img src="images/in-game-screenshots/14-locked-door-password-correct-password.png" alt="14-locked-door-password-correct-password.png" width=500>

<img src="images/in-game-screenshots/15-locked-door-password-correct-password.png" alt="15-locked-door-password-correct-password.png" width=500>

## Demo / Develop
Expand Down

0 comments on commit b497731

Please sign in to comment.