Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bomb Rush Cyberfunk: Implement new game #2925

Merged
merged 29 commits into from
May 17, 2024
Merged

Conversation

TRPG0
Copy link
Collaborator

@TRPG0 TRPG0 commented Mar 10, 2024

What is this fixing or adding?

Adds Team Reptile's Bomb Rush Cyberfunk as a new game.

How was this tested?

Game has been playable and open for anyone to try in its own #future-game-design thread for ~5 months.

If this makes graphical changes, please attach screenshots.

20240310015029_1
20240310015241_1

@TRPG0 TRPG0 added the is: new game Pull requests for implementing new games into Archipelago. label Mar 10, 2024
@github-actions github-actions bot added the waiting-on: peer-review Issue/PR has not been reviewed by enough people yet. label Mar 10, 2024
worlds/bomb_rush_cyberfunk/__init__.py Outdated Show resolved Hide resolved
worlds/bomb_rush_cyberfunk/__init__.py Outdated Show resolved Hide resolved
worlds/bomb_rush_cyberfunk/Items.py Outdated Show resolved Hide resolved
worlds/bomb_rush_cyberfunk/__init__.py Outdated Show resolved Hide resolved
worlds/bomb_rush_cyberfunk/__init__.py Outdated Show resolved Hide resolved
worlds/bomb_rush_cyberfunk/Options.py Outdated Show resolved Hide resolved
@ScipioWright ScipioWright added the waiting-on: author Issue/PR is waiting for feedback or changes from its author. label Mar 13, 2024
Copy link
Collaborator

@ScipioWright ScipioWright left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Read through the code, looked fine for the most part. Did lots of test gens, they fixed errors found pretty quickly, and I was unable to find more errors.
Did not test the client -- I'm assuming their beta tests are sufficient for that.

@ScipioWright ScipioWright removed the waiting-on: author Issue/PR is waiting for feedback or changes from its author. label Mar 14, 2024
Copy link
Collaborator

@DeamonHunter DeamonHunter left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not the most knowledgeable person with Python, so I may be missing some issues. That being said, the main issue is the indentation of several funcs in rules making it hard to parse.

Would also recommend making some tests, in particular:

  • A test to ensure that adding/remove rep items works as intended. (Due to collect and remove)
  • A test to ensure the correct graffiti count is gotten at various points in the game. (So that refactoring or other changes in that area doesn't break other parts.)

worlds/bomb_rush_cyberfunk/Options.py Show resolved Hide resolved
worlds/bomb_rush_cyberfunk/Options.py Outdated Show resolved Hide resolved
worlds/bomb_rush_cyberfunk/Rules.py Outdated Show resolved Hide resolved
worlds/bomb_rush_cyberfunk/Rules.py Outdated Show resolved Hide resolved
worlds/bomb_rush_cyberfunk/docs/en_Bomb Rush Cyberfunk.md Outdated Show resolved Hide resolved
worlds/bomb_rush_cyberfunk/docs/setup_en.md Show resolved Hide resolved
 - Adjust description for "Extra REP Required" option
- Rework graffiti spot rules
- Adjust game docs
- Add more tests
Oops (it actually still does what it's supposed to anyway because of how my methods from `Rules.py` work but still)
@ScipioWright ScipioWright added waiting-on: core-review Issue/PR has been peer-reviewed and is ready to be merged or needs input from a core maintainer. and removed waiting-on: peer-review Issue/PR has not been reviewed by enough people yet. labels Apr 21, 2024
@Berserker66 Berserker66 merged commit 68323b4 into ArchipelagoMW:main May 17, 2024
16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
is: new game Pull requests for implementing new games into Archipelago. waiting-on: core-review Issue/PR has been peer-reviewed and is ready to be merged or needs input from a core maintainer.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants