-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add playing instructions to the readme
- Loading branch information
1 parent
0c50d02
commit 439e780
Showing
1 changed file
with
6 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
# Wii U tower defense homebrew game | ||
|
||
I wanted to make a tower defense homebrew game for the Wii U. It uses devKitPro wut and the OSScreen API. | ||
|
||
## Playing the game | ||
|
||
**Using a Wii U console:** [Install CFW](https://wiiu.hacks.guide), go to the [latest workflow run](https://github.com/MatthewL246/wiiu-tower-defense/actions/workflows/cmake.yml?query=branch%3Amain), download and unzip the build artifact, and copy the `wiiu-tower-defense.rpx` and `wiiu-tower-defense.wuhb` files over to your SD card at `/wiiu/apps/`. | ||
|
||
**Using a PC:** [Download the Cemu emulator](https://cemu.info/#download), go to the [latest workflow run](https://github.com/MatthewL246/wiiu-tower-defense/actions/workflows/cmake.yml?query=branch%3Amain), download and unzip the build artifact, and drag and drop the `wiiu-tower-defense.rpx` file onto the Cemu window. |