X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f X-Recipient: djgpp AT delorie DOT com ARC-Seal: i=1; a=rsa-sha256; t=1694473114; cv=none; d=zohomail.com; s=zohoarc; b=R2AGBknWjpnRoHKgs+vM9iLNrYXmHOUqq6rd/SD/kZOYl12LQddJXKSaqCR82CY2Ed9ehg95SXtE/5YNGbEcn1NZJ8ULMsxqjlmtNlTvscwUkpz1jMf7ScVOd+ciEKPOWr8x+An9TSHGFBXeauClW62YoncsDr6itWRsoACIGGE= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1694473114; h=Content-Type:Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:MIME-Version:Message-ID:References:Subject:To; bh=NxVnwn3BA6HF2fdMDwrjgisile/mBUf4ex9CtH6NW08=; b=gxfilmA73Ht+fnEEwwWNnO4ruMxBvygVDbZA4v8NuGfZqbp2Hjr8YqFcEsrqbqE8PvxfHlU2+FOtw7huKgm7nkLuBDTNGpRb+Clzh2HiqyXjOu2RBaef8qi9uBHzhtkr/m0KKPP88jtUTwrKf/IU2vdOtugAtFCnyQO9ihetKX4= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass header.i=zoho.com; spf=pass smtp.mailfrom=dufresnep AT zoho DOT com; dmarc=pass header.from= X-Original-DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1694473114; s=zm2022; d=zoho.com; i=dufresnep AT zoho DOT com; h=Date:Date:From:From:To:To:Cc:Cc:Message-ID:In-Reply-To:References:Subject:Subject:MIME-Version:Content-Type:Content-Transfer-Encoding:Feedback-ID:Message-Id:Reply-To; bh=NxVnwn3BA6HF2fdMDwrjgisile/mBUf4ex9CtH6NW08=; b=gQGSfJcQCaibXrq2XEyC8cezHhJcW1r6oGbwynWOEnIMvcPTininYUUSTD46W2bQ qbUpGOc7bRQSOE11HX4vjcL7eFXH/yVsYiuSztkS6aaD9XBdLRLDdSFM30LFtd1ZkVJ AU8qmLHx8YHi5P7Itiswj72nFGILwSjjuUHAksCM= Date: Mon, 11 Sep 2023 18:58:28 -0400 From: "Paul Dufresne (dufresnep AT zoho DOT com) [via djgpp AT delorie DOT com]" To: "djgpp" , "freedos-user" Cc: "Juan" Message-ID: <18a8677ba7b.1008c006b133383.6953477681953844105@zoho.com> In-Reply-To: References: Subject: =?UTF-8?Q?R=C3=A9=C2=A0:_New_game_for_DOS_using_DJGPP_-_Open_Source?= MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Importance: Medium User-Agent: Zoho Mail X-Mailer: Zoho Mail Feedback-ID: rr08011228519add842b7d3a2b5f451a700000398d808e9e7a634a16588c2512f61605b6f0f0a357c53964a6db:zu08011227efdb2de1c7ad19a472ed17ee00009e6e14ba92d869c1053b0a630094e5418988f9f3dfb2daae99:rf08011231f807fd400b3b0f3d4567bc31000096da85f33b8f5c7b0a765aaf7c20a1205f28367fbcf5e8cc1f3357acb4da2272f20b73:ZohoMail Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id 38BMwdC8011232 Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk ---- Le sam., 09 sept. 2023 03:46:59 -0400 Juan a écrit ---- > Hi, > > I used DJGPP back in the 90s, and was a life changing experience for me: > my first contact with GCC and free software. > > I never managed to finish any games back then, but I have released one > recently, and the source code is available in case anyone is interested: > > https://git.usebox.net/gold-mine-run/about/ > > There are also binaries available here: > > https://www.usebox.net/jjm/gold-mine-run/ > > Thank you DJ Delorie for DJGPP! > > Kind regards, > > Juan At first I had ignore your post because I thought you did not publish source code of this game, but finally found it (under MIT license) at: https://git.usebox.net/gold-mine-run/tree/ (was not finding it under https://www.usebox.net/jjm/open-source/ ) [and now reading again your message I see you say source code is available] I took really just a few seconds at the source code, and came to the 'possibly wrong' conclusion it did not use a known VGA game library, and I find it interesting. I played it a few minutes and find it interesting. [sorry for lack of vocabulary] I believe it could be interesting to package it for FreeDOS: https://gitlab.com/FreeDOS/games http://freedos.org/ In theory, I manage DJGPP packages for FreeDOS, but did practically did not touch it for about one year... not sure they have kept my permissions ;-) I am copying to FreeDOS-user mailing list to diffuse the information there. I think a few people will be interested.