Уровень 0 · материалов: 4
В кластер входят документы о создании игр с использованием Bash, и не входят документы о простом системном администрировании или автоматизации на Bash.
Общие признаки: язык Bash, создание игр, сетевое взаимодействие, технические возможности Bash
Группа выше: Bash-скриптинг
Смысл: The main idea is to demonstrate that the Bash shell is capable of more than simple automation, specifically by creating a playable networked game, while sharing specific technical learnings like coprocesses and parameter expansion.
The author created a networked Battleship game called 'Sink 'em all' using Bash to learn advanced shell scripting features like coprocesses and string manipulation.
Смысл: The main idea is to demystify Bash scripting by showing that it can be used for more than just simple system tasks, utilizing a practical game development project to teach core language concepts.
An educational guide that teaches fundamental Bash scripting concepts through the practical implementation of a Sokoban game.
Смысл: The text serves as a technical showcase of how to implement an interactive, networked game using Bash, emphasizing the ability to handle complex keyboard input and basic socket communication through Netcat.
A developer shares a technical experiment: a networked chess game written in Bash that prioritizes interactive cursor-based control over actual game rules.
Смысл: The main idea is to demonstrate that it is possible to create a fully functional, interactive action game within a command-line interface using only Bash, by leveraging ANSI escape codes, arrays, and efficient loop structures.
A technical guide on building a terminal-based space shooter game using Bash, focusing on ANSI escape codes for graphics and non-blocking input for gameplay.