-
Notifications
You must be signed in to change notification settings - Fork 1
/
brew-install-favorites-for-fun
executable file
·57 lines (43 loc) · 1.81 KB
/
brew-install-favorites-for-fun
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
#!/bin/sh
##
# Fun & games free open source software
##
# BZFlag is a multi-player 3D tank capture-the-flag battle game. Linux/macOS/Windows. Free open source.
# https://wikipedia.org/wiki/BZFlag
brew install --cask bzflag
# Celestia real-time 3D visualization of space.
# https://wikipedia.org/wiki/Celestia
brew install celestia
# ChessX for chess games and analysis. Linux/macOS/Windows.
# https://wikipedia.org/wiki/ChessX
brew install chessx
# Endless Sky is a space exploration, trading, and combat game. Linux/macOS/Windows. Free open source.
# https://wikipedia.org/wiki/Endless_Sky
brew install --cask endless-sky
# FlightGear is like Flight Simulator.
# https://wikipedia.org/wiki/FlightGear
brew install --cask flightgear
# Freeciv: empire-building strategy game similar to Civilization. Free open source.
# https://wikipedia.org/wiki/Freeciv
brew install freeciv
# MineTest is like a simpler Minecraft.
# https://wikipedia.org/wiki/Minetest
brew install minetest
# OpenRCT2 is an amusement park management game like Roller Coaster Tycoon.
# https://wikipedia.org/wiki/OpenRCT2
brew install openrct2
# Stellarium free open source planetarium
# https://wikipedia.org/wiki/Stellarium_(software)
brew install stellarium
# SuperTuxCart is kart racing game like Mario Cart. Free open source.
# https://wikipedia.org/wiki/SuperTuxKart
brew install --cask supertuxkart
# Teeworlds (formerly TeeWars) is a free, open-source sidescrolling multiplayer shooting game.
# https://wikipedia.org/wiki/Teeworlds
brew install teeworlds
# The Battle for Wesnoth is a turn-based medieval miltary strategy game.
# https://wikipedia.org/wiki/The_Battle_for_Wesnoth
brew install --cask the-battle-for-wesnoth
# Xonotic is a first-person shooter based on the Quake engine. Free open source.
# https://wikipedia.org/wiki/Xonotic
brew install xonotic