mirror of
git://projects.qi-hardware.com/openwrt-packages.git
synced 2025-04-21 12:27:27 +03:00
brainless: use faster gforth-fast interpreter; upstream fixes
This commit is contained in:
Executable
+8
@@ -0,0 +1,8 @@
|
||||
#! /bin/sh
|
||||
|
||||
# Run Brainless chess playing game in a jfbterm unicode terminal using utf-8
|
||||
# chess-piece glyphs and board size adjusted to match the NanoNote's display.
|
||||
|
||||
exec jfbterm -e brainless \
|
||||
-e 'true set-option utf8-terminal?' \
|
||||
-e 'small-board'
|
||||
Reference in New Issue
Block a user