Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aarindave/base-wars
Base Wars is my first full-scale game created using Pygame. This places four teams against each other, and the main game is similar to Infection. This game is currently under development, so I hope you stay tuned!
https://github.com/aarindave/base-wars
Last synced: about 1 month ago
JSON representation
Base Wars is my first full-scale game created using Pygame. This places four teams against each other, and the main game is similar to Infection. This game is currently under development, so I hope you stay tuned!
- Host: GitHub
- URL: https://github.com/aarindave/base-wars
- Owner: aarindave
- License: mit
- Created: 2021-05-01T17:40:43.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-07-17T16:57:10.000Z (over 3 years ago)
- Last Synced: 2024-04-07T02:54:18.423Z (9 months ago)
- Language: Python
- Homepage:
- Size: 407 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Base Wars
Base Wars is a game which features four teams fighting for domination through the use of tagging. This game is similar to Infection, but there are some twists to it. For example, having four teams means you can take back someone once they are in the other team.
## Expected Release Date
The first official version of Base Wars will be released on a to-be decided date.## Languages Used
* Python 3.9.6
* Pygame 2.0.1Please make sure you have the current requirements to ensure the source code works. While there is a possibility it can work with older versions, it is recommended to upgrade to meet the requirements.
## Controls
You can move the character using the arrow keys. In addition, you can move the character using WASD.
## Rules
* At the start, you have to choose your team.
* Players are randomly positioned across their base.
* If you touch a player, that player joins your team.
* If the player happens to touch you also, you join the opponent's team. The opponent joins your team.
* If the opponent touches you, you join the opponent's team.
* Nothing happens if you touch players in your team.
* The game ends when your team has all the players.## Expected Changes for July
* More menu buttons
* Credits
* How to Play## Important Information
* Last source code update: July 10, 2021
* Last README update: July 17, 2021