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

158 Commits

Author SHA1 Message Date
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
Your Name
4a0bb3c5c7 removed debug stuff 2021-05-01 02:09:04 +04:30
Your Name
441c71ad77 removed line from help 2021-04-30 19:50:43 +04:30
Your Name
e002060843 attempt to improve score handling 2021-04-30 03:35:16 +04:30
Your Name
fbaa1982cd scorefiles are for the game group 2021-04-24 16:58:10 +04:30
Your Name
6ee4243426 remove scorefiles dependency 2021-04-24 13:31:55 +04:30
Your Name
334de6fa19 LDFLAGS 2021-04-24 13:29:40 +04:30
Your Name
2709e03a4a improved handling of scorefiles 2021-04-24 13:16:11 +04:30
Your Name
375d551487 improved handling of the scorefiles 2021-04-24 13:11:43 +04:30
Your Name
0035eb5238 += 2021-04-24 01:25:17 +04:30
Your Name
9135ce4834 = -> ?= 2021-04-24 00:48:40 +04:30
Your Name
36fa521834 English letters 2021-04-23 23:50:56 +04:30
Your Name
7c089d8e90 CC0 2021-04-23 18:14:24 +04:30
Your Name
cc82e915ee CC's original notice 2021-04-23 18:09:03 +04:30
Your Name
793c9abda9 CC0 2021-04-23 17:34:42 +04:30
Your Name
1068393d63 added pkgsrc link 2021-04-23 14:33:47 +04:30
Your Name
9a5a5f4da3 some changes to mkfile, in hope that it works 2021-04-21 13:03:03 +04:30
Your Name
035701541b Merge branch 'master' of https://github.com/abakh/nbsdgames 2021-04-20 23:16:41 +04:30
Your Name
ca89ea6154 Updating the .deb link 2021-04-20 18:39:41 +04:30
abakh
adf694b255
Merge pull request #8 from alexmyczko/master
fix typos
2021-04-20 16:39:35 +04:30
Alex Myczko
6e8d0d324e
Update sudoku.c 2021-04-20 13:22:52 +02:00
Alex Myczko
1be5fdd533
typo 2021-04-20 13:22:19 +02:00
Your Name
d8c37fbbab Syntax error fixed 2021-04-19 23:31:10 +04:30
Your Name
d90fd8f985 github markdown is an idiot 2021-04-19 12:00:54 +04:30
Your Name
0fa2a4588f Increasing NO_VLA sizes to something playable 2021-04-18 13:21:53 +04:30
Your Name
17894949a9 didn't work 2021-04-17 11:59:46 +04:30
Your Name
58e0592cda minor 2021-04-17 01:48:06 +04:30
Your Name
2882f9b0ab Snakeduel! 2021-04-17 01:46:54 +04:30
Your Name
5efed29a4f Slight improvements 2021-03-16 03:16:01 +03:30