A downloadable game for Windows, macOS, and Linux

hShip ][: the last voyage, is the direct sequel to my ASCII character ship game: hShip.

But instead of running in the terminal, this title emulates its aesthetics through sprites made with ASCII characters while the game itself is executed in any window thanks to the Bevy engine, allowing a better experience as well as better visual effects and sound.

Also, this game is (like most of my titles) open source, so you can find more detailed documentation as well as download the game binaries on GitHub.

I hope you enjoy it and if so, please leave a positive review and share it, it would help me a lot.

Download

Download
hShip2.Win64.zip 11 MB
Download
hShip2.Win32.zip 20 MB
Download
hShip2.macOS.zip 12 MB
Download
hShip2.Linux.zip 16 MB
Download
hShip2.Source.zip

Install instructions

Get the already compiled binary

Windows

  1. Click on the hShip2.Win64.zip (or hShip2.Win32.zip, if your operating system is 32-bit) file and then unzip it.
  2. Then execute the file with extension .exe contained in the newly extracted folder (hShip2.exe).
  3. (Optional) Move the newly extracted directory to a safe location (such as C:\) and add the folder to your PATH variable.

macOS (only Apple Silicon)

  1. Click on the hShip2.macOS.zip file and then unzip it.
  2. Then run the command chmod +x ./hShip2 in the newly extracted folder.
  3. Finally, run the file hShip2.

GNU/Linux

  1. Click on the hShip2.Linux.zip file and then unzip it.
  2. Then run the command chmod +x ./hShip2 in the newly extracted folder.
  3. Finally, run the file hShip2.

Build the project from source code

  1. Click on the hShip2.Source.zip file and then unzip it, or clone the repository via git (run git clone https://github.com/h3nry-d1az/hShip2.git in CMD or PowerShell).
  2. Then compile it using cargo (if you don't have Rust installed go here) using the command cargo build --release if you want to build just the binary or run cargo install --path . to install it.

Easiest method (requires Rust installed)

1. Just run the command cargo install --git https://github.com/h3nry-d1az/hShip2.git and wait for it to finish.

Leave a comment

Log in with itch.io to leave a comment.