-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Mid work commit, because this actually looks okay
- Loading branch information
Showing
4 changed files
with
37 additions
and
8 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
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
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 |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# November Pirates | ||
|
||
A Game for [Game of the Month 29 (November 2023)](https://itch.io/jam/one-game-a-month-29) | ||
|
||
# How to play | ||
|
||
Download the latest release from [the Releases](https://github.com/Nhawdge/November-Pirates/releases]. | ||
|
||
Extract the zip file and run the executable. | ||
|
||
Note: Windows will most likely be upset about knowing nothing of the executable, you can safely hit more info, and then run anyway. | ||
If you don't trust me, you can also download the source code and run it yourself with `dotnet run` or `dotnet build` and then run the executable in the bin folder. | ||
|
||
## Controls | ||
|
||
* W/S will adjust the sails | ||
* A/D Turns the ship | ||
* Q/E Fires the cannons Port and Starboard respectively (Alternatively use left/right arrows) | ||
|
||
Special: | ||
* F2 - Cycles through debug Mode | ||
* F3 - Forces the wind to change (for debugging) |
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