1
0
mirror of https://github.com/abakh/nbsdgames.git synced 2024-06-08 17:20:41 +00:00
Commit Graph

186 Commits

Author SHA1 Message Date
me
2199c6efd3 More common controls 2022-02-02 16:09:13 +03:30
me
aaf092d106 wasd support 2022-02-02 07:05:29 +03:30
me
c5eee81fb3 typo 2022-02-02 06:26:22 +03:30
me
36f2273c3f aesthetic change 2022-02-02 05:58:41 +03:30
me
ddd3ccce5b aesthetic change 2022-02-02 05:51:00 +03:30
me
4b024154c9 menu icon 2022-02-02 04:02:27 +03:30
me
b13660273f going for vesion 5 2022-02-02 03:57:43 +03:30
me
773cfd4394 improved gameplay 2022-02-02 01:55:52 +03:30
me
747f1e35b1 added menu 2022-02-02 01:55:23 +03:30
me
d19dd65b7b added menu 2022-02-02 01:55:05 +03:30
me
547420973a moved to common.h 2022-01-28 19:37:18 +03:30
me
f04f428b2f print it right 2022-01-28 19:36:50 +03:30
me
73d4996881 vertical scroll added 2022-01-28 09:08:32 +03:30
me
c3aee84c67 typo bug 2022-01-25 17:46:08 +03:30
me
17778ec594 adapting to NO_VLA and saving NB_PLAYER as name 2022-01-25 17:41:26 +03:30
me
610c6d974e added tugow 2022-01-25 07:01:23 +03:30
user
d22f1c0fe3 no arguments 2021-12-22 13:04:35 +03:30
Your Name
adfc09336e NO_VLA 2021-10-15 11:35:57 +03:30
Your Name
d6f5041f4f Fixing the algorithm 2021-09-08 09:34:06 +04:30
Your Name
aadf8f06da Fixing NO_VLA 2021-09-08 09:32:53 +04:30
Your Name
44a955977e Fixing NO_VLA 2021-09-08 09:32:12 +04:30
Your Name
b0384f3eb7 added test 2021-08-20 17:10:45 +04:30
Your Name
fb8068e223 small fix 2021-08-20 17:07:43 +04:30
Your Name
3f6a8f696c getopt, etc. 2021-08-16 19:24:22 +04:30
Your Name
83e2b35548 CC0 2021-08-16 19:23:53 +04:30
Your Name
28bfdf18ed ; 2021-08-06 17:02:20 +04:30
Your Name
70956593a5 fixed help and gameplay not showing 2021-08-06 11:11:25 +04:30
Your Name
f67b1d7b79 to make adding nb prefix to names easier 2021-08-06 10:57:54 +04:30
Your Name
3231ddea08 adding nb* names 2021-08-05 03:29:10 +04:30
Your Name
7bd951a07a Now gets compiled under tcc w/ -D NO_VLA 2021-08-04 16:26:59 +04:30
Your Name
9abf0a429a Finally on FreeBSD! 2021-08-02 05:32:48 +04:30
Your Name
9f80b6c397 Packaged for Homebrew! 2021-08-02 03:55:56 +04:30
Your Name
83c215cc19 Revert "Merge pull request #21 from philrandom/master"
This reverts commit 7566162a57, reversing
changes made to 2bf050d2e5.
2021-08-01 09:04:11 +04:30
abakh
7566162a57
Merge pull request #21 from philrandom/master
logik : add a brand new game
2021-07-29 03:13:11 +04:30
Your Name
2bf050d2e5 no need for that 2021-07-28 18:00:53 +04:30
Philippe Krejčí
3bb91c82ac
logik : add a brand new game
logik is also known as mastermind. There is an optionnal flag to compile
with :
`make logik COLORMODE=BGCOLOR`
**NOTE** : only tested on FreeBSD, it suppose to work on UNIX-like. One
of the needed dependency is :
```
/bin/stty raw
/bin/stty cooked
```
it's hard coded in the line 75, 134 and 140.
2021-07-26 12:33:54 +02:00
Your Name
f1a58a9e4a fixing warnings 2021-07-18 22:41:48 +00:00
Your Name
bba748811c fixing various warnings 2021-07-18 22:33:20 +00:00
Your Name
f424b385b4 unused variables removed 2021-07-18 22:10:56 +00:00
Your Name
fddccbfa5c fix c99 problems 2021-07-18 21:39:29 +00:00
Your Name
f37dbbe829 puzzle generated on first click 2021-05-09 03:37:50 +04:30
Your Name
52d45481c7 dependencies in debian 2021-05-08 23:45:30 +04:30
Your Name
9c9b4401e2 setgid wasn't needed 2021-05-07 05:20:08 +04:30
Your Name
0129cb4622 help page 2021-05-05 22:09:38 +04:30
Your Name
16b1c58756 typo 2021-05-05 22:08:36 +04:30
Your Name
51bf6bbff4 scorefiles 2021-05-04 03:43:54 +04:30
Your Name
67a00683d9 uncompressed 2021-05-04 03:35:13 +04:30
Your Name
f5d5c68064 manpages 2021-05-04 02:33:52 +04:30
Your Name
ceebe07942 moved the screenshots 2021-05-01 05:26:27 +04:30
Your Name
4bdb0c8e88 didn't show gameplay 2021-05-01 03:27:10 +04:30