Coder Social home page Coder Social logo

mechakotik / tails-adventure Goto Github PK

View Code? Open in Web Editor NEW
18.0 6.0 0.0 19.36 MB

Open source remake of Tails Adventure for modern platforms

License: GNU General Public License v3.0

C++ 99.09% Meson 0.91%
adventure cpp fangame gamegear metroidvania platformer remake sonic sdl2 game

tails-adventure's Introduction

GitHub release (with filter) GitHub all releases Telegram

pfpm2

Tails Adventure is a Sonic the Hedgehog spin-off adventure game, released for Sega Game Gear in 1995. Unlike classic Sonic gameplay, Tails Adventure is a slow-paced platformer with focus on solving puzzles, backtracking and collecting items, much like metroidvania games.

This project tries to completely rewrite Tails Adventure to provide a better way to play it on modern platforms, as well as implement some improvements to original gameplay.

Improvements

  • Higher difficulty that original
  • 16:9 widescreen
  • Displays pixels on "fractional" positions for smoother gameplay
  • Gamepad controls with analog stick support
  • Supports high refresh rate displays
  • Save system without password
  • Pause menu and options menu

Get it

Platform Description
Windows Download latest binary release from Releases
Arch Linux Install tails-adventure package from AUR
Windows/Linux Build from source (see tutorial below)

Building from source

To build this project, you need to install C++ compiler, Meson build system and following libraries:

The installation process is specific for your OS and package manager, here are a few examples:

# MSYS2 MINGW64 (Windows)
pacman -S mingw-w64-x86_64-gcc mingw-w64-x86_64-meson mingw-w64-x86_64-SDL2 mingw-w64-x86_64-SDL2_image mingw-w64-x86_64-SDL2_mixer mingw-w64-x86_64-tinyxml2

# Arch Linux
sudo pacman -S base-devel meson sdl2 sdl2_image sdl2_mixer tinyxml2

# Debian / Ubuntu
sudo apt install build-essential meson libsdl2-dev libsdl2-image-dev libsdl2-mixer-dev libtinyxml2-dev

Then clone this repository and run following commands in repository root directory:

# To build "portable" version in build/output directory
meson setup build && cd build
meson compile
meson install

# Or to install game on Linux system
meson setup build -Dlinux_install=true && cd build
meson compile
sudo meson install

Disclaimer

Tails Adventure Remake is a non-profit fan game project. It is not affiliated with SEGA, Sonic Team or Aspect in any way. The developers of this project have no intent to infringe said copyrights or registered trademarks. No financial gain is made from this project.

Sonic the Hedgehog is a trademark of SEGA. All copyrights and registered trademarks regarding Sonic the Hedgehog belong to SEGA. Original Tails Adventure assets used in this project are property of SEGA, Sonic Team, Aspect and their respective owners.

The source code is published under GNU GPL-3.0 license.

tails-adventure's People

Contributors

mechakotik avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

tails-adventure's Issues

Inventory issue

Hi! Great job remaking this old and obscure game. You've made some great quality of life improvements. Unfortunately, I find myself stuck early on as I am unable to change inventory at Tails' house: each time I try to replace items with others or even switch placements, the inventory is back to what it was in the next level I go to or when I visit the house again. Have you by any chance received similar reports? Do you have an idea on how to correct it within the game files in a simple way? Thank you.

Bounce pad bug

Hi. Thank you for being so quick to reply to my force issue and upload a new build. I just tried it to check if the inventory save was fixed, but I couldn't get far in the first level, as the first jump pad you find in the game suddenly doesn't take you higher than a normal jump. See in the following link: https://streamable.com/wgkg80. Hopefully this is the last major bug you will have to deal with...

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.