index
:
play
this commit
master
some games for SSH
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
.gitignore
(
unfollow
)
Commit message (
Expand
)
Author
2021-10-17
Remove capsicum support
June McEnroe
2021-10-15
Retry getch() after ERR
June McEnroe
2021-10-15
Build chroot only on OpenBSD
June McEnroe
2021-09-30
Handle KEY_BACKSPACE in freecell
June McEnroe
2021-09-28
Add news of freecell mouse support to menu
June McEnroe
2021-09-28
Add mouse support to freecell
June McEnroe
2021-09-28
Add direct game selection tip to menu
June McEnroe
2021-09-27
Extract chroot.tar with -p
June McEnroe
2021-09-26
OpenBSD: Copy appropriate files for chroot
June McEnroe
2021-09-26
Link with -lncursesw
June McEnroe
2021-09-26
OpenBSD: pledge(2) and unveil(2)
June McEnroe
2021-04-19
Draw foundations in reverse order
June McEnroe
2021-04-19
Only print info atexit without -t
June McEnroe
2021-04-19
Only use cells for moveColumn
June McEnroe
2021-04-19
Force UTF-8 locale and add to chroot, link to cursesw
June McEnroe
2021-04-18
Add freecell
June McEnroe
2021-04-18
Allow cumulative score games
June McEnroe
2021-01-31
Check isatty
June McEnroe
2021-01-31
Launch game immediately with SSH_ORIGINAL_COMMAND
June McEnroe
2021-01-29
Handle getch ERR in menu
June McEnroe
2021-01-29
Set process title to chosen game
June McEnroe
2021-01-29
Add pause to snake
June McEnroe
2021-01-29
Add menu to choose 2048 or snake
June McEnroe
2021-01-29
Actually wait for a non-direction key
June McEnroe
2021-01-29
Give the snake a tail
June McEnroe
2021-01-29
Don't let the snake snap its own neck
June McEnroe