Skip to content

Commit

Permalink
Prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
jorio committed Dec 17, 2022
1 parent 49efb33 commit 3739005
Show file tree
Hide file tree
Showing 5 changed files with 48 additions and 2 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1,22 @@
# Nanosaur 2 Changelog

## v2.1.0 (December 17, 2022)

Initial release of the modern version.

Compared to the last Mac release by Pangea (v2.0.7), this version introduces the following improvements:

- Improved widescreen support
- Improved mouse & controller support
- Seamless terrain texturing
- Story subtitles
- Revamped menu system
- Customizable status bar scaling
- Minor gameplay bugfixes
- High-resolution story slides

---

## v2.0.7 (2008)

Last PowerPC/Intel version by Pangea
15 changes: 13 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,14 @@

# Nanosaur II: Hatchling

This is a port of Pangea Software’s 2004 game **Nanosaur 2** to modern operating systems.
This is a port of Pangea Software’s 2004 game **Nanosaur II** to modern operating systems.

**Download the game for macOS, Windows and Linux here:** https://github.com/jorio/Nanosaur2/releases

Nanosaur II: Hatchling is a continuation of the original [Nanosaur](https://github.com/jorio/Nanosaur) storyline, only this time you get to fly a pterodactyl who’s loaded with hi-tech weaponry. In addition to the three level adventure mode where you blast enemy dinos and save eggs, there are also six two-player levels including racing, capture-the-flag, and battle.

This is a port of the original Mac version of the game to modern operating systems, made under permission from Pangea Software, Inc.

![Nanosaur 2 Screenshot](screenshot.webp)

## Documentation
Expand All @@ -21,6 +25,13 @@ This is a port of Pangea Software’s 2004 game **Nanosaur 2** to modern operati
- [BUILD](BUILD.md) - How to build the game from source
- [CHANGELOG](CHANGELOG.md) - Nanosaur 2 version history
- [LICENSE](LICENSE.md) (CC-BY-NC-SA 4.0)
- [SECRETS](SECRETS.md) - Cheat codes, etc.

## Legal info

Nanosaur II: Hatchling © 2004-2008 Pangea Software, Inc. Nanosaur is a registered trademark of Pangea Software, Inc. This version was made and re-released here (https://github.com/jorio/Nanosaur2) under permission from Pangea Software, Inc.

This version is licensed under [CC-BY-NC SA 4.0](LICENSE.md).

## More Pangea stuff!

Expand All @@ -30,7 +41,7 @@ Check out my ports of other Pangea classics:
- [Cro-Mag Rally](https://github.com/jorio/CroMagRally)
- [Mighty Mike (Power Pete)](https://github.com/jorio/MightyMike)
- [Nanosaur 1](https://github.com/jorio/Nanosaur)
- [Nanosaur 2](https://github.com/jorio/Nanosaur)
- [Nanosaur 2](https://github.com/jorio/Nanosaur2)
- [Otto Matic](https://github.com/jorio/OttoMatic)

All ports are free of charge! If you’d like to support the development of Pangea game ports, feel free to visit https://jorio.itch.io and name your own price for any of the games there. Much appreciated! 😊
12 changes: 12 additions & 0 deletions SECRETS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Nanosaur 2 secrets

| Screen | Keys | What will happen |
|----------------------------------------|-------------------------------|--------------------------------|
| Any | `F8` | Cycle through 3 debug modes |
| Main menu, root page | `T` | Initiate time demo (benchmark) |
| Main menu, while ADVENTURE is selected | Hold `F10` and hit `SPACE` | Enter level select |
| In-game | `F9` | Toggle infobar |
| In-game | `B`+`R`+`I`* | Full inventory |
| In-game | Hold Cmd/WinKey and hit `F10` | Win level |

\* If your keyboard has trouble registering the B-R-I keys simultaneously, you can try C-M-R instead.
2 changes: 2 additions & 0 deletions build.py
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,8 @@ def copy_documentation(self, appdir, full=True):
if full:
shutil.copytree("docs", f"{appdir}/Documentation")
os.remove(f"{appdir}/Documentation/logo.png")
for docfile in ["CHANGELOG.md", "SECRETS.md"]:
shutil.copy(docfile, F"{appdir}/Documentation")


class WindowsProject(Project):
Expand Down
Binary file added screenshot.webp
Binary file not shown.

0 comments on commit 3739005

Please sign in to comment.