Skip to content

Commit

Permalink
Add playing instructions to the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewL246 authored Nov 15, 2023
1 parent 0c50d02 commit 439e780
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
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.

0 comments on commit 439e780

Please sign in to comment.