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
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
55cd62e
Bomb Rush Cyberfunk world
TRPG0 Mar 10, 2024
6f28168
Merge branch 'ArchipelagoMW:main' into brc
TRPG0 Mar 10, 2024
13affba
Fix test failures
TRPG0 Mar 10, 2024
3bae847
Double check graffiti spot counts
TRPG0 Mar 10, 2024
765452c
Double check graffiti spot counts (but do it right this time)
TRPG0 Mar 10, 2024
aad0fb7
Add missing option display name
TRPG0 Mar 10, 2024
ab79c28
Add data version
TRPG0 Mar 10, 2024
a7f821c
Change "Skip Polo Photos" option
TRPG0 Mar 11, 2024
27f4480
Remove data version, don't assign to "world", fix sets
TRPG0 Mar 11, 2024
6ae72a1
Remove accidental extra graffiti
TRPG0 Mar 11, 2024
d886dad
Update option descriptions
TRPG0 Mar 13, 2024
bd2e36d
Fix event stages, random object, wrong REP counts
TRPG0 Mar 13, 2024
d251e71
Fix wrong S graffiti count
TRPG0 Mar 14, 2024
13db163
Adjusting graffiti numbers
TRPG0 Mar 14, 2024
454d0ec
Merge branch 'ArchipelagoMW:main' into brc
TRPG0 Mar 21, 2024
23b86c7
Add to codeowners, readme
TRPG0 Mar 21, 2024
89ef3e0
"settings" -> "options"
TRPG0 Mar 23, 2024
8d61c55
Merge branch 'main' into brc
TRPG0 Mar 23, 2024
7182576
Optimize rules, fix glitched logic mistakes
TRPG0 Apr 14, 2024
98cdf3a
Rework regions
TRPG0 Apr 15, 2024
2980c52
Review changes
TRPG0 Apr 16, 2024
a51591f
Add missing option to test
TRPG0 Apr 16, 2024
b2b2c01
Fix glitched logic L numbers
TRPG0 Apr 16, 2024
f370c74
Typo
TRPG0 Apr 24, 2024
b7a8486
Fix graffiti spots loop
TRPG0 Apr 30, 2024
35deea5
Update option description
TRPG0 May 3, 2024
b843419
Fix Rietveld
TRPG0 May 5, 2024
d5d096f
Merge branch 'main' into brc
TRPG0 May 8, 2024
5fb3887
Use new count exclusive methods
TRPG0 May 8, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ Currently, the following games are supported:
* A Short Hike
* Yoshi's Island
* Mario & Luigi: Superstar Saga
* Bomb Rush Cyberfunk

For setup and instructions check out our [tutorials page](https://archipelago.gg/tutorial/).
Downloads can be found at [Releases](https://github.com/ArchipelagoMW/Archipelago/releases), including compiled
Expand Down
3 changes: 3 additions & 0 deletions docs/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@
# Blasphemous
/worlds/blasphemous/ @TRPG0

# Bomb Rush Cyberfunk
/worlds/bomb_rush_cyberfunk/ @TRPG0

# Bumper Stickers
/worlds/bumpstik/ @FelicitusNeko

Expand Down
Loading
Loading