Skip to content

Commit

Permalink
Updated the example README.md files and renamed one of the examples.
Browse files Browse the repository at this point in the history
  • Loading branch information
zedseven committed Jan 24, 2022
1 parent d911c2a commit 15e0c1d
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 6 deletions.
10 changes: 7 additions & 3 deletions examples/ArenaShoot/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 'ArenaShoot'
This is an imperfect (somewhat lazy) port of [a game I made for a school project several years ago](https://github.com/zedseven/CS-2015-Final-Project) by the same name, but in [PyGame](https://www.pygame.org/).
It's a game where you control a tank and try to survive as long as you can in an arena - with 3 enemy types, powerups, and custom sprites.
# Arena Shoot
This is an imperfect (somewhat lazy) port of
[a game I made for a school project several years ago](https://github.com/zedseven/CS-2015-Final-Project) by the same
name, but in [PyGame](https://www.pygame.org/).

It's a game where you control a tank and try to survive as long as you can in an arena - with 3 enemy types, power-ups,
and custom sprites.
File renamed without changes.
File renamed without changes.
4 changes: 4 additions & 0 deletions examples/GreenBoilerplate/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Boilerplate
This is, as the name suggests, a boilerplate. Contains an example project, world, and actor.

Feel free to copy this wherever is necessary.
3 changes: 0 additions & 3 deletions examples/Green_Boilerplate/README.md

This file was deleted.

0 comments on commit 15e0c1d

Please sign in to comment.