An open-source reimplementation of Tomb Raider 1, Tomb Raider 2 and Tomb
Raider 3. TRX aims to enhance these classic games through decompilation
and the implementation of open-source alternatives to proprietary components.
TRX is a single engine capable of running TR1, TR2, TR3, and custom levels
respecting each of the distinct, classic engines' mechanics.
WWW: https://github.com/LostArtefacts/TRX
Dethrace is an attempt to learn how the 1997 driving/mayhem game Carmageddon
works behind the scenes and rebuild it to run natively on modern systems.
WWW: https://github.com/dethrace-labs/dethrace
Please do not remove ports abruptly. Instead, go through a proper
process of first documenting the breakage with unconditional BROKEN
and then scheduling the removal with DEPRECATED/EXPIRATION_DATE.
Pointyhat to: diizzy
Nile aims to be CLI and GUI tool for managing and playing games from Amazon.
At the moment, Nile is a command line application.
PR: 286478
Co-authored-by: Kenneth Raplee <kenrap@FreeBSD.org>
Approved by: arrowd (co-mentor)
This game has been deleted about a decade ago since the distfile
disappeared. Haolin Xue convinced me to resurrect it, and give
it a home at Github. They submitted a bunch of modernization
and security patches, so this is a new version now as well.
Rare is a graphical frontend for Legendary written in PySide6.
PR: 286457
Co-authored-by: Kenneth Raplee <kenrap@FreeBSD.org>
Approved by: makc (mentor)
Legendary is an open-source game launcher that can download and install
games from the Epic Games platform on Linux, macOS, and Windows. Its
name as a tongue-in-cheek play on tiers of item rarity in many MMORPGs.
Note: Legendary is currently a CLI (command-line interface) application
without a graphical user interface, it has to be run from a terminal.
PR: 272565
Co-authored-by: Kenneth Raplee <kenrap@FreeBSD.org>
Approved by: makc (mentor)
QTads is a cross-platform, multimedia interpreter for TADS games. It is
fully compatible with HTML TADS, aka "Multimedia TADS". Both TADS
versions in use today (v2 and v3) are supported.
PR: 290244
FrobTADS is a full version of TADS. It includes everything you need for
playing and writing TADS games, including a text-only TADS interpreter
and the compilers for both TADS 2 and 3.
PR: 290209
pacman.c is a simple Pac Man clone written in C99 with minimal
dependencies. It recreates the classic maze chase gameplay with ghosts,
pellets and responsive controls, and serves as a compact, well commented
example of a complete cross platform game.
A classic Lode Runner game remake heavily based on LodeRunner_TotalRecall
implementation by Simon Hung. Original Lode Runner game is developed by
Doug Smith and published by Broderbund in 1983.
Reviewed by: diizzy,olevole_olevole.ru,dch
Approved by: dch
Differential Revision: https://reviews.freebsd.org/D51631
- project has moved to github
- project now builds with meson
- rename from burrtools to burr-tools to match repository name
- docs require Python 2.7 to build. As per policy, I have thus
not packaged them.
Changelog: https://github.com/burr-tools/burr-tools/releases/tag/v0.7.0
A simple GOG client for Linux that lets you download and play your GOG games.
The most important features of Minigalaxy:
- Log in with your GOG account
- Download the Linux games you own on GOG
- Launch them!
In addition to that, Minigalaxy also allows you to:
- Update your games
- Install and update DLC
- Select which language you'd prefer to download your games in
- Change where games are installed
- Search your GOG Linux library
- Show all games or just the ones you've installed
- View the error message if a game fails to launch
- Enable displaying the FPS in games
- Use the system's ScummVM or DOSBox installation
- Install Windows games using Wine
WWW: https://sharkwouter.github.io/minigalaxy
PR: 284721
This port can be used for run S.T.A.L.K.E.R.
Supported game platforms:
* Clear Sky 1.5.10 (minor bugs are possible, but the game is stable
finishable).
* Call of Pripyat 1.6.02.
* Call of Chernobyl 1.4.22.
Shadow of Chernobyl is not supported yet.
Legends of the Zone/Enhanced Edition is not supported and won't ever be
likely.
PR: 282815
The Matrix screensaver for your terminal. Light and
efficient without heavy CPU usage.
WWW: https://github.com/charlesrocket/xtxf
PR: 286919
Reported by: charlesrocket <slowdive@me.com> (new maintainer)
Reviewed by: mat
Minimal terminal-based typing speed test with
support for dozens of programming languages.
Features:
- Terminal-based typing with WPM and accuracy tracking
- Multi-language support including English and 30+ programming languages
- Infinite word generation with smooth 3-line scrolling display
- Minimalist TUI built with Bubble Tea and Lipgloss
- Embedded language data for easy distribution
- Accurate metrics following standard typing test calculations
WWW: https://github.com/ashish0kumar/typtea
PR: 287725
Reported by: Yusuf Yaman <nxjoseph@protonmail.com> (new maintainer)
The maximum number of players and spectators in QuakeWorld is 32. QTV
allows hundreds and even thousands of spectators to watch the game at
the same time. Also, a delay of about 10 seconds has been added so that
spectators cannot prompt players with information about opponents during
the game via voice chats. In such a dynamic game as QuakeWorld, a lot
can change in a few seconds and the information will be out of date.