Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rlinv1/survive-the-infected
A shoot em up type of game that is based off the game boxhead.
https://github.com/rlinv1/survive-the-infected
2d-game 2d-graphics game java libgdx libgdx-game pixel-art
Last synced: 6 days ago
JSON representation
A shoot em up type of game that is based off the game boxhead.
- Host: GitHub
- URL: https://github.com/rlinv1/survive-the-infected
- Owner: RLinV1
- Created: 2022-06-11T17:58:47.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-08-28T19:38:46.000Z (over 2 years ago)
- Last Synced: 2024-11-07T22:29:25.817Z (about 2 months ago)
- Topics: 2d-game, 2d-graphics, game, java, libgdx, libgdx-game, pixel-art
- Language: Java
- Homepage:
- Size: 563 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Survive-the-Infected
### A shoot em up type of game that is based off the game boxhead with the libgdx framework.
### To play the game go to desktop/src/com/mygdx/game/ and run desktoplauncher.java## Extra Tutorial tips that I forgot to put in the game:
- Lvl 2 - unlock MachineGun
- Lvl 3 - unlock RocketLauncher
- Lvl 4 - unlock Raygun
- Note for all of these you get the new weapons after reaching that level and collecting a lootbox
- (if you pass that level without picking up a lootbox you miss the opportunity to get it again) (big bug, time will tell when I fix it)- Use the numbers 1, 2, 3, 4 to switch weapons
- The game is endless and Press P to pause the game- Made for my marking period 4 project for my csa class during the months of May - June 2022
- Was made with a lot of help from stackoverlow, game dev exchange and not the cleanest of code.