Rocksolid Light

Welcome to Rocksolid Light

mail  files  register  newsreader  groups  login

Message-ID:  

Invest in physics -- own a piece of Dirac!


devel / comp.lang.forth / Re: 2048 Game

SubjectAuthor
* 2048 Gamedxforth
+* Re: 2048 Gamegobli...@gmail.com
|`- Re: 2048 Gamedxforth
+* Re: 2048 GameRichard Howe
|`- Re: 2048 Gamedxforth
`* Re: 2048 GameJali Heinonen
 `* Re: 2048 Gamedxforth
  `* Re: 2048 GameJali Heinonen
   +- Re: 2048 Gamedxforth
   `- Re: 2048 GameRon AARON

1
2048 Game

<u7k4q2$267f4$1@dont-email.me>

  copy mid

https://news.novabbs.org/devel/article-flat.php?id=23927&group=comp.lang.forth#23927

  copy link   Newsgroups: comp.lang.forth
Path: i2pn2.org!i2pn.org!eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: dxforth@gmail.com (dxforth)
Newsgroups: comp.lang.forth
Subject: 2048 Game
Date: Fri, 30 Jun 2023 00:34:42 +1000
Organization: A noiseless patient Spider
Lines: 10
Message-ID: <u7k4q2$267f4$1@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
Injection-Date: Thu, 29 Jun 2023 14:34:42 -0000 (UTC)
Injection-Info: dont-email.me; posting-host="968c279bac882afbc227c1fe12aa2437";
logging-data="2301412"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19jiK2ELaPtWkzNEdTDWk8/"
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101
Thunderbird/102.12.0
Cancel-Lock: sha1:NiGF9qYQqsLglsIjhqXJflm1Vlc=
Content-Language: en-GB
 by: dxforth - Thu, 29 Jun 2023 14:34 UTC

\ 2048 Game
\ Sliding squares game translated from XPL0 version.
\ This version adds score display and winning message.
\ \ Assumes ANSI colour terminal and 200x cursor keys
\ Tested on Gforth for Windows

Use ESC to quit

https://pastebin.com/4jJ0eec7

Re: 2048 Game

<26ff6859-79d7-4042-a67b-06e215131755n@googlegroups.com>

  copy mid

https://news.novabbs.org/devel/article-flat.php?id=23928&group=comp.lang.forth#23928

  copy link   Newsgroups: comp.lang.forth
X-Received: by 2002:a05:620a:192a:b0:762:3f7e:31cc with SMTP id bj42-20020a05620a192a00b007623f7e31ccmr416qkb.2.1688064982005;
Thu, 29 Jun 2023 11:56:22 -0700 (PDT)
X-Received: by 2002:a9d:3e11:0:b0:6b7:5691:bdaa with SMTP id
a17-20020a9d3e11000000b006b75691bdaamr3798445otd.1.1688064981675; Thu, 29 Jun
2023 11:56:21 -0700 (PDT)
Path: i2pn2.org!i2pn.org!weretis.net!feeder6.news.weretis.net!usenet.blueworldhosting.com!diablo1.usenet.blueworldhosting.com!peer01.iad!feed-me.highwinds-media.com!news.highwinds-media.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: comp.lang.forth
Date: Thu, 29 Jun 2023 11:56:21 -0700 (PDT)
In-Reply-To: <u7k4q2$267f4$1@dont-email.me>
Injection-Info: google-groups.googlegroups.com; posting-host=2a01:e0a:118:ea0:1d29:f31a:786c:ca2;
posting-account=3HjpJwoAAACwXD1UyRZwC1Lkp4Lq1jcg
NNTP-Posting-Host: 2a01:e0a:118:ea0:1d29:f31a:786c:ca2
References: <u7k4q2$267f4$1@dont-email.me>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <26ff6859-79d7-4042-a67b-06e215131755n@googlegroups.com>
Subject: Re: 2048 Game
From: goblinrieur@gmail.com (gobli...@gmail.com)
Injection-Date: Thu, 29 Jun 2023 18:56:21 +0000
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
X-Received-Bytes: 1633
 by: gobli...@gmail.com - Thu, 29 Jun 2023 18:56 UTC

Le jeudi 29 juin 2023 à 16:34:45 UTC+2, dxforth a écrit :
> \ 2048 Game
> \ Sliding squares game translated from XPL0 version.
> \ This version adds score display and winning message.
> \
> \ Assumes ANSI colour terminal and 200x cursor keys
> \ Tested on Gforth for Windows
>
> Use ESC to quit
>
> https://pastebin.com/4jJ0eec7
you can inspire too from this one https://gitlab.com/goblinrieur/2048
with colors & score file too

Re: 2048 Game

<u7lf2k$2a8ss$1@dont-email.me>

  copy mid

https://news.novabbs.org/devel/article-flat.php?id=23930&group=comp.lang.forth#23930

  copy link   Newsgroups: comp.lang.forth
Path: i2pn2.org!i2pn.org!eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: dxforth@gmail.com (dxforth)
Newsgroups: comp.lang.forth
Subject: Re: 2048 Game
Date: Fri, 30 Jun 2023 12:36:05 +1000
Organization: A noiseless patient Spider
Lines: 17
Message-ID: <u7lf2k$2a8ss$1@dont-email.me>
References: <u7k4q2$267f4$1@dont-email.me>
<26ff6859-79d7-4042-a67b-06e215131755n@googlegroups.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Injection-Date: Fri, 30 Jun 2023 02:36:05 -0000 (UTC)
Injection-Info: dont-email.me; posting-host="094e0e649dcf81e8eb10e3532f3fe57a";
logging-data="2433948"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19Z1KQCqPbe4p90BU3XDjrI"
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101
Thunderbird/102.12.0
Cancel-Lock: sha1:yLlkTph0m6jZWaoYaY0ClKQ4J5s=
Content-Language: en-GB
In-Reply-To: <26ff6859-79d7-4042-a67b-06e215131755n@googlegroups.com>
 by: dxforth - Fri, 30 Jun 2023 02:36 UTC

On 30/06/2023 4:56 am, gobli...@gmail.com wrote:
> Le jeudi 29 juin 2023 à 16:34:45 UTC+2, dxforth a écrit :
>> \ 2048 Game
>> \ Sliding squares game translated from XPL0 version.
>> \ This version adds score display and winning message.
>> \
>> \ Assumes ANSI colour terminal and 200x cursor keys
>> \ Tested on Gforth for Windows
>>
>> Use ESC to quit
>>
>> https://pastebin.com/4jJ0eec7
> you can inspire too from this one https://gitlab.com/goblinrieur/2048
> with colors & score file too

Thanks for the link.

Re: 2048 Game

<752ab81b-7fe2-449d-9897-15ce0430149en@googlegroups.com>

  copy mid

https://news.novabbs.org/devel/article-flat.php?id=23949&group=comp.lang.forth#23949

  copy link   Newsgroups: comp.lang.forth
X-Received: by 2002:a05:620a:45a6:b0:762:5081:31a9 with SMTP id bp38-20020a05620a45a600b00762508131a9mr62qkb.0.1688582355804;
Wed, 05 Jul 2023 11:39:15 -0700 (PDT)
X-Received: by 2002:a05:6a00:134a:b0:673:e4b4:fa35 with SMTP id
k10-20020a056a00134a00b00673e4b4fa35mr19023669pfu.2.1688582355191; Wed, 05
Jul 2023 11:39:15 -0700 (PDT)
Path: i2pn2.org!i2pn.org!usenet.blueworldhosting.com!diablo1.usenet.blueworldhosting.com!peer03.iad!feed-me.highwinds-media.com!news.highwinds-media.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: comp.lang.forth
Date: Wed, 5 Jul 2023 11:39:14 -0700 (PDT)
In-Reply-To: <u7k4q2$267f4$1@dont-email.me>
Injection-Info: google-groups.googlegroups.com; posting-host=84.69.210.217; posting-account=_sx1DAoAAAAnKETWp99SPmU6GTcGWHeq
NNTP-Posting-Host: 84.69.210.217
References: <u7k4q2$267f4$1@dont-email.me>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <752ab81b-7fe2-449d-9897-15ce0430149en@googlegroups.com>
Subject: Re: 2048 Game
From: howe.rj.89@googlemail.com (Richard Howe)
Injection-Date: Wed, 05 Jul 2023 18:39:15 +0000
Content-Type: text/plain; charset="UTF-8"
X-Received-Bytes: 1462
 by: Richard Howe - Wed, 5 Jul 2023 18:39 UTC

On Thursday, 29 June 2023 at 15:34:45 UTC+1, dxforth wrote:
> \ 2048 Game
> \ Sliding squares game translated from XPL0 version.
> \ This version adds score display and winning message.
> \
> \ Assumes ANSI colour terminal and 200x cursor keys
> \ Tested on Gforth for Windows
>
> Use ESC to quit
>
> https://pastebin.com/4jJ0eec7
That's really cool, what license is it released under?

Re: 2048 Game

<u84ujv$l767$1@dont-email.me>

  copy mid

https://news.novabbs.org/devel/article-flat.php?id=23950&group=comp.lang.forth#23950

  copy link   Newsgroups: comp.lang.forth
Path: i2pn2.org!i2pn.org!eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: dxforth@gmail.com (dxforth)
Newsgroups: comp.lang.forth
Subject: Re: 2048 Game
Date: Thu, 6 Jul 2023 09:33:19 +1000
Organization: A noiseless patient Spider
Lines: 32
Message-ID: <u84ujv$l767$1@dont-email.me>
References: <u7k4q2$267f4$1@dont-email.me>
<752ab81b-7fe2-449d-9897-15ce0430149en@googlegroups.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
Injection-Date: Wed, 5 Jul 2023 23:33:19 -0000 (UTC)
Injection-Info: dont-email.me; posting-host="080fa68b288e92317010a104b165fa57";
logging-data="695495"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/cDMBUi101Aqhyy/YwB7co"
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101
Thunderbird/102.12.0
Cancel-Lock: sha1:tkiB5yemTHLMfOtYlX5eH4Sx3CY=
Content-Language: en-GB
In-Reply-To: <752ab81b-7fe2-449d-9897-15ce0430149en@googlegroups.com>
 by: dxforth - Wed, 5 Jul 2023 23:33 UTC

On 6/07/2023 4:39 am, Richard Howe wrote:
> On Thursday, 29 June 2023 at 15:34:45 UTC+1, dxforth wrote:
>> \ 2048 Game
>> \ Sliding squares game translated from XPL0 version.
>> \ This version adds score display and winning message.
>> \
>> \ Assumes ANSI colour terminal and 200x cursor keys
>> \ Tested on Gforth for Windows
>>
>> Use ESC to quit
>>
>> https://pastebin.com/4jJ0eec7
> That's really cool, what license is it released under?

Credit for the original XPL0 implementation goes to Loren Blaney who
posted it on Rosetta Code. My Forth implementation is public domain.

The random number generator I used was for 16-bits and is noticeably
deficient at 64-bits. I suggest replacing it with:

\ Random number generator
1 cells 2 = [if] $3CBEC79D. [else]
1 cells 4 = [if] $7FACC0F7A00541BD. [else]
$96704A6BB5D2C4FB3AA645DF0540268D.
[then] [then] 2constant MULT

2variable Seed 1. seed 2!
: Random ( -- u ) seed 2@ mult d* 1. d+ tuck seed 2! ;
: Rand ( u -- 0..u-1 ) random um* nip ;

Ideally the initial seed value should be randomized.

Re: 2048 Game

<ab8bab8c-71fd-47d7-908c-e20f75bb140an@googlegroups.com>

  copy mid

https://news.novabbs.org/devel/article-flat.php?id=23980&group=comp.lang.forth#23980

  copy link   Newsgroups: comp.lang.forth
X-Received: by 2002:a05:6214:1025:b0:635:bcd1:868b with SMTP id k5-20020a056214102500b00635bcd1868bmr88722qvr.6.1688972354262;
Sun, 09 Jul 2023 23:59:14 -0700 (PDT)
X-Received: by 2002:a05:6a00:2392:b0:674:1663:1283 with SMTP id
f18-20020a056a00239200b0067416631283mr16584460pfc.1.1688972353933; Sun, 09
Jul 2023 23:59:13 -0700 (PDT)
Path: i2pn2.org!i2pn.org!usenet.blueworldhosting.com!diablo1.usenet.blueworldhosting.com!peer03.iad!feed-me.highwinds-media.com!news.highwinds-media.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: comp.lang.forth
Date: Sun, 9 Jul 2023 23:59:13 -0700 (PDT)
In-Reply-To: <u7k4q2$267f4$1@dont-email.me>
Injection-Info: google-groups.googlegroups.com; posting-host=2001:999:708:adaf:f01a:b63b:71dd:e360;
posting-account=kiOBZQoAAADFsAs31ZHaefxTuQxv84Wm
NNTP-Posting-Host: 2001:999:708:adaf:f01a:b63b:71dd:e360
References: <u7k4q2$267f4$1@dont-email.me>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <ab8bab8c-71fd-47d7-908c-e20f75bb140an@googlegroups.com>
Subject: Re: 2048 Game
From: jali.heinonen@gmail.com (Jali Heinonen)
Injection-Date: Mon, 10 Jul 2023 06:59:14 +0000
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
X-Received-Bytes: 1854
 by: Jali Heinonen - Mon, 10 Jul 2023 06:59 UTC

torstai 29. kesäkuuta 2023 klo 17.34.45 UTC+3 dxforth kirjoitti:
> \ 2048 Game
> \ Sliding squares game translated from XPL0 version.
> \ This version adds score display and winning message.
> \
> \ Assumes ANSI colour terminal and 200x cursor keys
> \ Tested on Gforth for Windows
>
> Use ESC to quit
>
> https://pastebin.com/4jJ0eec7

You got me writing a 2048 game for the 8th. I just got figured out how to do sliding animations. I still need to add movement directions for right, up and down but that can be done easily. Also need to fix text drawing inside the blocks to be centered.

https://monosnap.com/file/uLRQgfSD2QIx7kKJC0kWyOCTZJxGFb

Re: 2048 Game

<u8gk6f$2gbji$1@dont-email.me>

  copy mid

https://news.novabbs.org/devel/article-flat.php?id=23981&group=comp.lang.forth#23981

  copy link   Newsgroups: comp.lang.forth
Path: i2pn2.org!i2pn.org!eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: dxforth@gmail.com (dxforth)
Newsgroups: comp.lang.forth
Subject: Re: 2048 Game
Date: Mon, 10 Jul 2023 19:49:04 +1000
Organization: A noiseless patient Spider
Lines: 20
Message-ID: <u8gk6f$2gbji$1@dont-email.me>
References: <u7k4q2$267f4$1@dont-email.me>
<ab8bab8c-71fd-47d7-908c-e20f75bb140an@googlegroups.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Injection-Date: Mon, 10 Jul 2023 09:49:03 -0000 (UTC)
Injection-Info: dont-email.me; posting-host="13754d4e89d4dc2c09422f7a08a8da9a";
logging-data="2633330"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+WWNh/IfOcZzEuso2mqquq"
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101
Thunderbird/102.13.0
Cancel-Lock: sha1:PzwGEon1wOFLQ0REqan1IAOLAiw=
In-Reply-To: <ab8bab8c-71fd-47d7-908c-e20f75bb140an@googlegroups.com>
Content-Language: en-GB
 by: dxforth - Mon, 10 Jul 2023 09:49 UTC

On 10/07/2023 4:59 pm, Jali Heinonen wrote:
> torstai 29. kesäkuuta 2023 klo 17.34.45 UTC+3 dxforth kirjoitti:
>> \ 2048 Game
>> \ Sliding squares game translated from XPL0 version.
>> \ This version adds score display and winning message.
>> \
>> \ Assumes ANSI colour terminal and 200x cursor keys
>> \ Tested on Gforth for Windows
>>
>> Use ESC to quit
>>
>> https://pastebin.com/4jJ0eec7
>
> You got me writing a 2048 game for the 8th. I just got figured out how to do sliding animations. I still need to add movement directions for right, up and down but that can be done easily. Also need to fix text drawing inside the blocks to be centered.
>
> https://monosnap.com/file/uLRQgfSD2QIx7kKJC0kWyOCTZJxGFb

The graphics is a nice touch. Needs a mode in which the computer
plays it. (Or perhaps not :)

Re: 2048 Game

<16a593b6-ff58-4a6f-b83b-b3203473a61an@googlegroups.com>

  copy mid

https://news.novabbs.org/devel/article-flat.php?id=24004&group=comp.lang.forth#24004

  copy link   Newsgroups: comp.lang.forth
X-Received: by 2002:ad4:4e13:0:b0:635:cb0c:3016 with SMTP id dl19-20020ad44e13000000b00635cb0c3016mr82148qvb.12.1689179764049;
Wed, 12 Jul 2023 09:36:04 -0700 (PDT)
X-Received: by 2002:a05:6830:61b:b0:6b9:a31c:368c with SMTP id
w27-20020a056830061b00b006b9a31c368cmr1394916oti.0.1689179763747; Wed, 12 Jul
2023 09:36:03 -0700 (PDT)
Path: i2pn2.org!i2pn.org!weretis.net!feeder8.news.weretis.net!proxad.net!feeder1-2.proxad.net!209.85.160.216.MISMATCH!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: comp.lang.forth
Date: Wed, 12 Jul 2023 09:36:03 -0700 (PDT)
In-Reply-To: <u8gk6f$2gbji$1@dont-email.me>
Injection-Info: google-groups.googlegroups.com; posting-host=109.240.98.211; posting-account=kiOBZQoAAADFsAs31ZHaefxTuQxv84Wm
NNTP-Posting-Host: 109.240.98.211
References: <u7k4q2$267f4$1@dont-email.me> <ab8bab8c-71fd-47d7-908c-e20f75bb140an@googlegroups.com>
<u8gk6f$2gbji$1@dont-email.me>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <16a593b6-ff58-4a6f-b83b-b3203473a61an@googlegroups.com>
Subject: Re: 2048 Game
From: jali.heinonen@gmail.com (Jali Heinonen)
Injection-Date: Wed, 12 Jul 2023 16:36:04 +0000
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
 by: Jali Heinonen - Wed, 12 Jul 2023 16:36 UTC

maanantai 10. heinäkuuta 2023 klo 12.49.07 UTC+3 dxforth kirjoitti:
> The graphics is a nice touch. Needs a mode in which the computer
> plays it. (Or perhaps not :)

I was able to complete my game 2048 project. Thanks goes to Ron Aaron for making programming fun again and having the patience to answer my stupid questions.

Here is how it looks: https://monosnap.com/file/91Czk5jUVkhqJwm31hr1zRhOxz6ahW

Source code will be posted to 8th forums.

Re: 2048 Game

<u8nig9$3dv23$1@dont-email.me>

  copy mid

https://news.novabbs.org/devel/article-flat.php?id=24006&group=comp.lang.forth#24006

  copy link   Newsgroups: comp.lang.forth
Path: i2pn2.org!i2pn.org!eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: dxforth@gmail.com (dxforth)
Newsgroups: comp.lang.forth
Subject: Re: 2048 Game
Date: Thu, 13 Jul 2023 11:03:05 +1000
Organization: A noiseless patient Spider
Lines: 13
Message-ID: <u8nig9$3dv23$1@dont-email.me>
References: <u7k4q2$267f4$1@dont-email.me>
<ab8bab8c-71fd-47d7-908c-e20f75bb140an@googlegroups.com>
<u8gk6f$2gbji$1@dont-email.me>
<16a593b6-ff58-4a6f-b83b-b3203473a61an@googlegroups.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Injection-Date: Thu, 13 Jul 2023 01:03:06 -0000 (UTC)
Injection-Info: dont-email.me; posting-host="365b034f3c08005a16bf9c9c90159113";
logging-data="3603523"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+9OV86ErNmPVnQXHlkmBcR"
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101
Thunderbird/102.13.0
Cancel-Lock: sha1:W/5/NBKNFW/FbPWQg186N9mXaU8=
Content-Language: en-GB
In-Reply-To: <16a593b6-ff58-4a6f-b83b-b3203473a61an@googlegroups.com>
 by: dxforth - Thu, 13 Jul 2023 01:03 UTC

On 13/07/2023 2:36 am, Jali Heinonen wrote:
> maanantai 10. heinäkuuta 2023 klo 12.49.07 UTC+3 dxforth kirjoitti:
>> The graphics is a nice touch. Needs a mode in which the computer
>> plays it. (Or perhaps not :)
>
> I was able to complete my game 2048 project. Thanks goes to Ron Aaron for making programming fun again and having the patience to answer my stupid questions.
>
> Here is how it looks: https://monosnap.com/file/91Czk5jUVkhqJwm31hr1zRhOxz6ahW
>
> Source code will be posted to 8th forums.

Good work. I assume the final version will have a running score?

Re: 2048 Game

<u8ovu4$3lpdm$1@dont-email.me>

  copy mid

https://news.novabbs.org/devel/article-flat.php?id=24007&group=comp.lang.forth#24007

  copy link   Newsgroups: comp.lang.forth
Path: i2pn2.org!i2pn.org!eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: clf@8th-dev.com (Ron AARON)
Newsgroups: comp.lang.forth
Subject: Re: 2048 Game
Date: Thu, 13 Jul 2023 16:58:28 +0300
Organization: A noiseless patient Spider
Lines: 12
Message-ID: <u8ovu4$3lpdm$1@dont-email.me>
References: <u7k4q2$267f4$1@dont-email.me>
<ab8bab8c-71fd-47d7-908c-e20f75bb140an@googlegroups.com>
<u8gk6f$2gbji$1@dont-email.me>
<16a593b6-ff58-4a6f-b83b-b3203473a61an@googlegroups.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Injection-Date: Thu, 13 Jul 2023 13:58:29 -0000 (UTC)
Injection-Info: dont-email.me; posting-host="600e26d4a26ba2050dd3ae8be9c668bb";
logging-data="3859894"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18n5wFK48HvPlS2H4iNjkpf"
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101
Thunderbird/102.12.0
Cancel-Lock: sha1:Srr6U9PftVyAkQZCLDwii9l3TkQ=
Content-Language: en-US, he
In-Reply-To: <16a593b6-ff58-4a6f-b83b-b3203473a61an@googlegroups.com>
 by: Ron AARON - Thu, 13 Jul 2023 13:58 UTC

On 12/07/2023 19:36, Jali Heinonen wrote:
> maanantai 10. heinäkuuta 2023 klo 12.49.07 UTC+3 dxforth kirjoitti:
>> The graphics is a nice touch. Needs a mode in which the computer
>> plays it. (Or perhaps not :)
>
> I was able to complete my game 2048 project. Thanks goes to Ron Aaron for making programming fun again and having the patience to answer my stupid questions.
>
> Here is how it looks: https://monosnap.com/file/91Czk5jUVkhqJwm31hr1zRhOxz6ahW
>
> Source code will be posted to 8th forums.

Looks really nice. And kind words, as always, appreciated.

1
server_pubkey.txt

rocksolid light 0.9.81
clearnet tor