Skip to main content

Afro Armada

This is a 2D survival shooter where there are many rounds. As each round gets further on, more and more zombies will spawn. As you get through the rounds, the game will get harder. Try to reach a new highscore.


Lewis
(Smithy)
This has been made as part of a school project in my final year. The majority of this is my work although I have had a few bits of help in some parts. This is the first game I have ever made and I am proud with some of the problems that I have overcome. I am keen to go into a career in games development and I would love to get some comments on this game.

Changes

Links

Home Page
https://github.com/AfroArmarda/Afroarmarda

Releases

Afro Armada 1.0.0 — 20 May, 2019

Pygame.org account Comments

  • J. D. Bartlett 2019-05-21 03:55

    Nice work! There are a few little things you could fix. For instance, it seems to load high scores from "Highscores.txt" but save high scores to "highSores.txt". Also the zombies often seem to have my bullets pass through them without hurting them. But overall, great work for a first game!

    Lewis 2019-05-21 11:44

    Thank you for the reply! For the high scores I didn’t know how to save the name and the score together and how to all them together. To fix this I put them both in the same file and I made an algorithm to be able to find the top three highscores and the names of them. Also with the bullet I was unsure how to fix this and I thought it was possibly just my laptop that it happened on. Thank you again for the comment!

    Lewis 2019-05-21 12:15

    I have just realised that I read the first part wrong, I have now fixed the issue with the highscores I’m not too sure how that happened as it was working beforehand. Thank you for pointing that out and I am open to any suggestions on how to fix the bullet issue.