tuxDB - linux gaming aggregate
TUXDB - LINUX GAMING AGGREGATE
 NEWS TOP_PLAYED GAMES ITCH.IO CALENDAR CHAT WINE SteamDeck
 STREAMERS CREATORS CROWDFUNDING DEALS WEBSITES ABOUT
 PODCASTS REDDIT 

 

SUPPORT TUXDB ON KO-FI

MENU

ON SALE

New Twitch streamer aggregation implemented (#FuckTwitch) due to Twitch's API issues (more info on my Discord )


https://wezu.itch.io/retroactive


Retroactive was created for the Extra Credits Holiday 2018 Game Jam using Panda3D.

Announcements:

  • On the 7th of February a bugfix version was made available. The update is so late because I needed to keep the game exactly the way it was made during the 3 days of the Jam.
  • On the 14th of February  a special Valentines version was made available as a thank you to all the people who downloaded, played, shared, streamed, and featured on 'Games You Might Not Have Tried' ❤️

The theme was Preset - this game takes a twist on presenting things. I don't want to spoil it for anyone but when You experience that 'Oh, Wow, so THAT was IT!' moment you'll know that was it.

Also - there's a beachball in the game - if i have to explain you wouldn't understand.

As you can see from the screenshots it is strongly influenced by the '80 retro-futuristic style, Synthwave/Outrun and the old intro for Jonny Quest.

The game is short - but I can see myself turning it into something more. If You feel like playing the game more - please leave a comment, or a dollar,  that would get me motivated. If You don't like it - I'd also like to hear why, don't be a stranger, leave a comment!

The source-code for this game is available under the GNU GPL license, if you want to run the game from source you will need to install Python 3.x and Panda3D

Hardware Requirements:

  • A computer capable of running OpenGL 3.2.
  • A mouse with at least one button.
  • Speakers or headphones

Controls:
All in-game interactions are made with the mouse pointer and the left mouse button. Just fallow the (worlds shortest) in-game tutorial .

Configuration:
In most cases no configuration is needed. You can Change the game resolution by just resizing the game window as you would resize any other window. For special options you can edit the included config.ini file using any text editor (like Notepad).

These are the options You might be interested in:

[graphics]
fullscreen = 0
win-size = 1280 720
sync-video = 1

[audio]
sound-volume = 1.0
music-volume = 0.6

Changelog for bugfix version:

  • Added missing fade out/fade in on game start
  • Enemies respawn after the first playthrough
  • Added screen shake
  • Improved music-visual synchronization shader
  • Minor non-game-affecting changes to source-code
  •  Build with updated Panda3D version