terminal-game
Here are 343 public repositories matching this topic...
-
Updated
Dec 11, 2019 - Go
Compiling error caused by a possible typo and an unrecognized command line option `-Wno-visibility`
Since I figure this would be a simple enough game to run on a Raspberry Pi 3, I downloaded it to my Pi to try it out.
However, I encountered a couple of errors that need fixing.
$ make
cc -Wno-visibility -Wno-incompatible-pointer-types -Wall -Wextra -DINVERT_COLORS -DVT100 -O2 src/ai.c src/options.c src/main.c src/highscore.c src/engine.c src/merge_std.c src/gfx_terminal.c -o 2048
src
-
Updated
Jun 4, 2020 - C++
-
Updated
Jun 28, 2020 - Go
-
Updated
Dec 11, 2019 - Ruby
-
Updated
Dec 10, 2019 - C++
-
Updated
Feb 9, 2020 - C
-
Updated
Dec 11, 2014 - Ruby
-
Updated
Apr 30, 2020 - Rust
-
Updated
Feb 18, 2020 - Haskell
-
Updated
Jun 25, 2020 - C
-
Updated
Mar 27, 2020 - Python
-
Updated
Sep 28, 2018 - Awk
-
Updated
Dec 5, 2017 - Haskell
-
Updated
Nov 7, 2019 - Modula-2
-
Updated
Jan 18, 2018 - Haskell
-
Updated
Dec 16, 2017 - Python
-
Updated
Jan 23, 2020 - JavaScript
In the README.md, it'd be cool to have a list of interesting puzzles that users can choose to play, rather than a random puzzle
python3 play_puzzle.py ABCDEFG
For example, including less-frequently used letters like X,Z,Q, or finding 7-letter pangrams, etc...
(also consider scraping previous NYTimes letters: https://www.shunn.net/bee/?past=1 )
-
Updated
Dec 16, 2019 - C
-
Updated
Apr 26, 2018 - Pascal
-
Updated
Apr 11, 2020 - Rust
-
Updated
Apr 23, 2020 - C++
-
Updated
Jun 26, 2020 - TypeScript
Improve this page
Add a description, image, and links to the terminal-game topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the terminal-game topic, visit your repo's landing page and select "manage topics."
The tutorial in the README, along with the GoDoc, serve as a reasonable introduction. However, I think it'd be useful to have some more comprehensive documentation written, along with several tutorials on how to use Termloop's perhaps more-obscure features. We could host on GitHub Pages, which would keep it as part of this repo (just uses a separate branch).