> samegame samegame 1.11 samegame is a simple linux puzzle game. * vectors gfx, scales on any screens * 65536 boards * looks like it's made in the 80s * also playable with keyboard * each board highscore is kept * gfx as flat as the screen made with C opengl glfw3. game goal is removing groups having the same colors. +1000 score if clearing the board. left value: board number middle value: score right value: selection score / board highscore, with a + if it was cleared cli options ๐Ÿ’ปโ˜…samegameโ˜… [--board int][--same|--next|--any] [--posx int][--posy int][--width int][--height int][--fullscreen|-f] [--help][--version]๐Ÿ’ป ๐Ÿ–ฌ--board๐Ÿ–ฌ board number โ˜…board done modeโ˜…: if a board is done, next board will be: ๐Ÿ–ฌ--same๐Ÿ–ฌ same board ๐Ÿ–ฌ--next๐Ÿ–ฌ next board ๐Ÿ–ฌ--any๐Ÿ–ฌ any board ๐Ÿ–ฌ--help๐Ÿ–ฌ help ๐Ÿ–ฌ--posx๐Ÿ–ฌ window position x. ๐Ÿ–ฌ--posy๐Ÿ–ฌ window position y. ๐Ÿ–ฌ--width๐Ÿ–ฌ window width. ๐Ÿ–ฌ--height๐Ÿ–ฌ window height. ๐Ÿ–ฌ--fullscreen๐Ÿ–ฌ full screen. ๐Ÿ–ฌ-f๐Ÿ–ฌ full screen. ๐Ÿ–ฌ--help๐Ÿ–ฌ help ๐Ÿ–ฌ--version๐Ÿ–ฌ ingame options ๐Ÿ”ŸF1๐Ÿ”Ÿ, ๐Ÿ”ŸH๐Ÿ”Ÿ: help as cli printout ๐Ÿ”ŸRETURN๐Ÿ”Ÿ: samegame ๐Ÿ”ŸR๐Ÿ”Ÿ: anygame ๐Ÿ”ŸPAGE_UP๐Ÿ”Ÿ, ๐Ÿ”ŸPAGE_DOWN๐Ÿ”Ÿ: change board ๐Ÿ”ŸW๐Ÿ”Ÿ, ๐Ÿ”ŸA๐Ÿ”Ÿ, ๐Ÿ”ŸS๐Ÿ”Ÿ, ๐Ÿ”ŸD๐Ÿ”Ÿ: move cursor ๐Ÿ”ŸLMB๐Ÿ”Ÿ, ๐Ÿ”ŸRSHIFT๐Ÿ”Ÿ, ๐Ÿ”ŸSPACEBAR๐Ÿ”Ÿ: click ๐Ÿ”ŸF11๐Ÿ”Ÿ, ๐Ÿ”ŸF๐Ÿ”Ÿ: fullscreen ๐Ÿ”ŸPRINTSCREEN๐Ÿ”Ÿ, ๐Ÿ”ŸP๐Ÿ”Ÿ: dump board in terminal ๐Ÿ”ŸESC๐Ÿ”Ÿ, ๐Ÿ”ŸQ๐Ÿ”Ÿ: exit files samegame is storing some states in a few files in ๐Ÿ–ฌ/home/username/.config/samegame/๐Ÿ–ฌ setting values with command line options is bypassing those files. samegame can run without those files, if filesystem cannot be written. one wanting saving high-scores would allow the directory being written. changelog samegame samegame 1.11 ============ * added gfx smoothing * last board score +highscore fixed * distinct game and window states keeping files * --fullscreen or -f cli option samegame 1.07 ============ * fixes samegame 1.06 ============ * added icons * next / any /same board mode * keep if fullscreen bit while keeping window pos&size * 2 highscores, also cleared highscore saved * fixes samegame 1.05 ============ * random boards with R * window size & position kept * fixes samegame 1.03 ============ * more boards, now 65535 * if board cleared kept along with highscores * fixes samegame 1.02 ============ * highscores kept * fixes