ASCII Fortress 2 2.0.0
Online multiplayer game based on TF2 with ASCII graphics
This year I decided to do something a little bit special for the 72hr TF2 jam. ASCII Fortress 2 is a full-fledged online multiplayer game coded from scratch in C++17 using SFML (SDL since 2.0.0), featuring ASCII console graphics (think Rogue from 1980) and real-time class-based gameplay with guns, complete with a console/command system for configuration and in-game chat!
The current version supports the following features:
- Online gameplay over UDP
- Offline gameplay with full bot support
- All 9 TF2 classes with unique gameplay styles
- Capture the Flag, Payload and Pong gamemodes
- 7 included maps
- Custom map support
- Custom gamemode support
- Automatic map download
- Hats and player levels
The source code for the game is available on GitHub (GPLv3 license): https://github.com/DonutVikingChap/ascii-fortress-2