snake-cli
Snake in the terminal, made with python and curses. (by ading2210)
Solitaire
A simple terminal-based solitaire game written in C using Ncurses (by elliot-wasem)
snake-cli | Solitaire | |
---|---|---|
3 | 2 | |
30 | 9 | |
- | - | |
0.0 | 3.2 | |
over 2 years ago | over 2 years ago | |
Python | C | |
GNU General Public License v3.0 only | GNU General Public License v3.0 only |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
snake-cli
Posts with mentions or reviews of snake-cli.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-05-16.
- I made a terminal based snake game using Python and Curses
-
snake-cli: a cli snake game that I made with python and curses
Github: https://github.com/ading2210/snake-cli
Solitaire
Posts with mentions or reviews of Solitaire.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-05-14.
-
snake-cli: a cli snake game that I made with python and curses
If you're interested, and on a related note, I wrote a terminal based Solitaire program in C using ncurses with box drawing characters as well as card symbols and a bit of coloration! Check it out here: https://github.com/elliot-wasem/Solitaire
-
A Simple Terminal-Based Solitaire Game | "namespace"-like function grouping using structs and function pointers (see source code)
I'd like to share with you my latest installment in a series of ncurses-based C projects I've done. This is certainly my most ambitious!
What are some alternatives?
When comparing snake-cli and Solitaire you can also consider the following projects:
snek - It's snake. But snek. And in Python.
snake - :snake: A super minimal TUI snake game written in pure BASH v5.1+
snake_pathfinding_ai - AI plays snake game using BFS (Breadth-First Search) algorithm.
TRPG - Simple Python text-based RPG for your terminal!
pokete - A terminal based Pokemon like game
Sudoku-Solver - 🎯 This Python-based Sudoku Solver utilizes the PyGame Library and Backtracking Algorithm to visualize and solve Sudoku puzzles efficiently. With its intuitive interface, users can input and interact with the Sudoku board, allowing for a seamless solving experience.