Skip to content

Commit

Permalink
Release 0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ty-porter committed Mar 30, 2021
1 parent a7b4674 commit 431bf58
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 7 deletions.
39 changes: 35 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,25 +1,56 @@
# gb-pocket-league

![VERSION](https://img.shields.io/badge/Version-0.0.1-green)

A work-in-progress port of [Rocket League](https://www.rocketleague.com/) to the GameBoy (Pocket)!

```
What a save!
What a save!
What a save!
Inspired heavily by [Rocket League Sidewipe](https://www.rocketleague.com/news/announcing-rocket-league-sideswipe-for-mobile/).
(README disabled for 3 seconds.)
```

Inspired heavily by [Rocket League Sidewipe](https://www.rocketleague.com/news/announcing-rocket-league-sideswipe-for-mobile/). Written (poorly) in C using [GameBoy Development Kit 2020](https://github.com/Zal0/gbdk-2020).

## Features

* Works on real GameBoy hardware (especially the Pocket!) as well as emulators
* Most Rocket League functionality ported -- boosts, air rolls, pinching. No demos, sorry :(
* CPU AI
* Scoring with win conditions

## Work In Progress

* Sound
* BGM
* Car sound effects
* Bugs
* Some wraparound effects from pushing ball out of bounds (i.e. ceiling)
* CPU car can get stuck in the corner when the ball is inside the car
* If you find one not listed, [report it!](https://github.com/ty-porter/pocket-league/issues/new)

## Screenshots

![Action GIF](assets/pocket-league.gif)
![Action GIF](assets/pocket-league-0.0.1.gif)

<br />

<img src="assets/gbp_1.jpg" height="250" />
<img src="assets/gbp_2.jpg" height="250" />

## Generate Your Own:
## Get a Copy:

Check out the [latest release](https://github.com/ty-porter/pocket-league/releases).

### Generate Your Own:

#### Windows:

Execute the `make.bat`, then load into your favorite GB emulator ([BGB](https://bgb.bircd.org/) is preferred).
1. Execute the `make.bat` file
2. This will generate a GameBoy ROM titled `gb_pocket_league.gb`
3. Load into your favorite GB emulator! ([BGB](https://bgb.bircd.org/) is preferred).

## Tooling

Expand Down
Binary file added assets/pocket-league-0.0.1.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed assets/pocket-league.gif
Binary file not shown.
4 changes: 1 addition & 3 deletions make.bat
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
REM Automatically generated from Makefile
..\..\..\bin\lcc -Wa-l -Wl-m -Wl-j -Wm-ys -o gb_pocket_league.gb gb_pocket_league.c

pause
..\..\..\bin\lcc -Wa-l -Wl-m -Wl-j -Wm-ys -o gb_pocket_league.gb gb_pocket_league.c

0 comments on commit 431bf58

Please sign in to comment.