comp.lang.ada
 help / color / mirror / Atom feed
* Othello game written in Ada
@ 2002-01-28  8:39 Adrian Hoe
  2002-01-28 14:50 ` Stephen Leake
  2002-01-30 20:55 ` Michal Nowak
  0 siblings, 2 replies; 13+ messages in thread
From: Adrian Hoe @ 2002-01-28  8:39 UTC (permalink / raw)


Hello,

I have written an Othello program in Ada. It is called AdaOthello. You
can download from my website at http://greenlime.com/users/adrian.hoe

Enjoy!

                                   -- Adrian Hoe
                                   --
http://greenlime.com/users/adrian.hoe



^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: Othello game written in Ada
  2002-01-28  8:39 Othello game written in Ada Adrian Hoe
@ 2002-01-28 14:50 ` Stephen Leake
  2002-01-28 15:23   ` Preben Randhol
  2002-01-29  1:41   ` Adrian Hoe
  2002-01-30 20:55 ` Michal Nowak
  1 sibling, 2 replies; 13+ messages in thread
From: Stephen Leake @ 2002-01-28 14:50 UTC (permalink / raw)


byhoe@greenlime.com (Adrian Hoe) writes:

> Hello,
> 
> I have written an Othello program in Ada. It is called AdaOthello. You
> can download from my website at http://greenlime.com/users/adrian.hoe

Cool. 

Have you attempted to get this working on GtkAda for Windows? I
wouldn't mind spending some time on that.

-- 
-- Stephe



^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: Othello game written in Ada
  2002-01-28 14:50 ` Stephen Leake
@ 2002-01-28 15:23   ` Preben Randhol
  2002-01-29  1:41   ` Adrian Hoe
  1 sibling, 0 replies; 13+ messages in thread
From: Preben Randhol @ 2002-01-28 15:23 UTC (permalink / raw)


On 28 Jan 2002 09:50:08 -0500, Stephen Leake wrote:
> Have you attempted to get this working on GtkAda for Windows? I
> wouldn't mind spending some time on that.

I haven't tried, but it ought to be working be simply compiling the
program on Windows.

-- 
Preben Randhol         �For me, Ada95 puts back the joy in programming.�



^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: Othello game written in Ada
  2002-01-28 14:50 ` Stephen Leake
  2002-01-28 15:23   ` Preben Randhol
@ 2002-01-29  1:41   ` Adrian Hoe
  2002-01-29  5:39     ` Jeffrey Carter
  1 sibling, 1 reply; 13+ messages in thread
From: Adrian Hoe @ 2002-01-29  1:41 UTC (permalink / raw)


Stephen Leake wrote:
> 
> byhoe@greenlime.com (Adrian Hoe) writes:
> 
> > Hello,
> >
> > I have written an Othello program in Ada. It is called AdaOthello. You
> > can download from my website at http://greenlime.com/users/adrian.hoe
> 
> Cool.
> 
> Have you attempted to get this working on GtkAda for Windows? I
> wouldn't mind spending some time on that.
> 
> --
> -- Stephe


It should work on Windows. I would appreciate if someone compile it on
Windows and let me know the outcome so that I can update in my web site.
I trashed Windows years ago. :)
-- 
                              -- Adrian Hoe
                              -- http://greenlime.com/users/adrian.hoe



^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: Othello game written in Ada
  2002-01-29  1:41   ` Adrian Hoe
@ 2002-01-29  5:39     ` Jeffrey Carter
  2002-01-29  9:38       ` Preben Randhol
  0 siblings, 1 reply; 13+ messages in thread
From: Jeffrey Carter @ 2002-01-29  5:39 UTC (permalink / raw)


Adrian Hoe wrote:
> 
> It should work on Windows. I would appreciate if someone compile it on
> Windows and let me know the outcome so that I can update in my web site.
> I trashed Windows years ago. :)

I was able to compile and run it on Win98 with GNAT 3.13p and GtkAda
1.3.12 without modification.

-- 
Jeff Carter
"You cheesy lot of second-hand electric donkey-bottom biters."
Monty Python & the Holy Grail



^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: Othello game written in Ada
  2002-01-29  5:39     ` Jeffrey Carter
@ 2002-01-29  9:38       ` Preben Randhol
  2002-01-29 16:18         ` Stephen Leake
  0 siblings, 1 reply; 13+ messages in thread
From: Preben Randhol @ 2002-01-29  9:38 UTC (permalink / raw)


On Tue, 29 Jan 2002 05:39:34 GMT, Jeffrey Carter wrote:
> I was able to compile and run it on Win98 with GNAT 3.13p and GtkAda
> 1.3.12 without modification.

The beauty of Ada 95 :-)

-- 
Preben Randhol         �For me, Ada95 puts back the joy in programming.�



^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: Othello game written in Ada
  2002-01-29  9:38       ` Preben Randhol
@ 2002-01-29 16:18         ` Stephen Leake
  2002-01-29 23:46           ` Preben Randhol
  0 siblings, 1 reply; 13+ messages in thread
From: Stephen Leake @ 2002-01-29 16:18 UTC (permalink / raw)


Preben Randhol <randhol+abuse@pvv.org> writes:

> On Tue, 29 Jan 2002 05:39:34 GMT, Jeffrey Carter wrote:
> > I was able to compile and run it on Win98 with GNAT 3.13p and GtkAda
> > 1.3.12 without modification.
> 
> The beauty of Ada 95 :-)

That's only a small part of it! ACT has put a lot of work into making
GtkAda a true cross-platform tool; they deserve a lot of credit for
this result.

-- 
-- Stephe



^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: Othello game written in Ada
  2002-01-29 16:18         ` Stephen Leake
@ 2002-01-29 23:46           ` Preben Randhol
  2002-01-31 12:15             ` Jacob Sparre Andersen
  0 siblings, 1 reply; 13+ messages in thread
From: Preben Randhol @ 2002-01-29 23:46 UTC (permalink / raw)


On 29 Jan 2002 11:18:49 -0500, Stephen Leake wrote:
> That's only a small part of it! ACT has put a lot of work into making
> GtkAda a true cross-platform tool; they deserve a lot of credit for
> this result.

I'm looking forward to the 2.0 version (of GtkAda and Gtk+) as this has
a lot of improvements. Multilingual (internationalize) as one of the
most important and Pango : http://www.pango.org/

-- 
Preben Randhol         �For me, Ada95 puts back the joy in programming.�



^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: Othello game written in Ada
  2002-01-28  8:39 Othello game written in Ada Adrian Hoe
  2002-01-28 14:50 ` Stephen Leake
@ 2002-01-30 20:55 ` Michal Nowak
  2002-01-31  0:08   ` Adrian Knoth
  1 sibling, 1 reply; 13+ messages in thread
From: Michal Nowak @ 2002-01-30 20:55 UTC (permalink / raw)


On 02-01-28 at 00:39 byhoe@greenlime.com wrote:

>Hello,
>
>I have written an Othello program in Ada. It is called AdaOthello. You
>can download from my website at http://greenlime.com/users/adrian.hoe
>
>Enjoy!

Thanks! Maybe together with MineDetector, this will start Ada game 
gallery? :-)

Mike
_
-----------------------------------------
                             ____|
                             \%/ |~~\
  O                                  |
 o>>        Mike Nowak               |
 T                                   |
/ >       vinnie@inetia.pl           |
http://www.geocities.com/vinnie14pl _|__




^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: Othello game written in Ada
  2002-01-30 20:55 ` Michal Nowak
@ 2002-01-31  0:08   ` Adrian Knoth
  0 siblings, 0 replies; 13+ messages in thread
From: Adrian Knoth @ 2002-01-31  0:08 UTC (permalink / raw)


Michal Nowak <vinnie@inetia.pl> wrote:

>>I have written an Othello program in Ada. It is called AdaOthello. You
> Thanks! Maybe together with MineDetector, this will start Ada game 
> gallery? :-)

Please be so kind and don't call it "games". It would be the same
problem Linux has/had - the game-collection wasn't really that every
gamer thought of.

Also I like good and absorbing games (i.e. xblast) in the days of
Geforce3 and >1GHz the 42. tetris-clone isn't really a game but
CPU-consumption.


-- 
mail: adi@thur.de  	http://adi.thur.de	PGP: v2-key via keyserver

Ich fahre nachher doch mit dem Bus. 
(Sebastian Linser, w�hrend er Jan Bolz beim NFS3-Spielen zu sah)



^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: Othello game written in Ada
  2002-01-29 23:46           ` Preben Randhol
@ 2002-01-31 12:15             ` Jacob Sparre Andersen
  2002-01-31 18:32               ` Preben Randhol
  2002-01-31 21:26               ` David Starner
  0 siblings, 2 replies; 13+ messages in thread
From: Jacob Sparre Andersen @ 2002-01-31 12:15 UTC (permalink / raw)


Preben Randhol wrote:

> I'm looking forward to the 2.0 version (of GtkAda and Gtk+) as this has
> a lot of improvements. Multilingual (internationalize) as one of the
> most important and Pango : http://www.pango.org/

What's missing with the current level of
internationalisation support? It seems to work fine for me.

Jacob
-- 
No trees were killed in the sending of this message.
However a large number of electrons were terribly
inconvenienced.



^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: Othello game written in Ada
  2002-01-31 12:15             ` Jacob Sparre Andersen
@ 2002-01-31 18:32               ` Preben Randhol
  2002-01-31 21:26               ` David Starner
  1 sibling, 0 replies; 13+ messages in thread
From: Preben Randhol @ 2002-01-31 18:32 UTC (permalink / raw)


On Thu, 31 Jan 2002 13:15:33 +0100, Jacob Sparre Andersen wrote:
> Preben Randhol wrote:
> 
>> I'm looking forward to the 2.0 version (of GtkAda and Gtk+) as this has
>> a lot of improvements. Multilingual (internationalize) as one of the
>> most important and Pango : http://www.pango.org/
> 
> What's missing with the current level of
> internationalisation support? It seems to work fine for me.

In Windows 9X not even the Norwegian/Danish alphabet works, not to speak
about Greek. So the internationalisation stretches as far as English and
that is not much.

-- 
Preben Randhol         �For me, Ada95 puts back the joy in programming.�



^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: Othello game written in Ada
  2002-01-31 12:15             ` Jacob Sparre Andersen
  2002-01-31 18:32               ` Preben Randhol
@ 2002-01-31 21:26               ` David Starner
  1 sibling, 0 replies; 13+ messages in thread
From: David Starner @ 2002-01-31 21:26 UTC (permalink / raw)


On Thu, 31 Jan 2002 13:15:33 +0100, Jacob Sparre Andersen <sparre@nbi.dk> wrote:
> Preben Randhol wrote:
> 
>> I'm looking forward to the 2.0 version (of GtkAda and Gtk+) as this has
>> a lot of improvements. Multilingual (internationalize) as one of the
>> most important and Pango : http://www.pango.org/
> 
> What's missing with the current level of
> internationalisation support? It seems to work fine for me.

Sure, if all you're worried about is the big European and CJK markets.
But it won't handle Thai or Hindi or Cherokee or Lakota or Arabic or
Hebrew correctly.

-- 
David Starner - starner@okstate.edu, dvdeug/jabber.com (Jabber)
Pointless website: http://dvdeug.dhis.org
What we've got is a blue-light special on truth. It's the hottest thing 
with the youth. -- Information Society, "Peace and Love, Inc."



^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2002-01-31 21:26 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-01-28  8:39 Othello game written in Ada Adrian Hoe
2002-01-28 14:50 ` Stephen Leake
2002-01-28 15:23   ` Preben Randhol
2002-01-29  1:41   ` Adrian Hoe
2002-01-29  5:39     ` Jeffrey Carter
2002-01-29  9:38       ` Preben Randhol
2002-01-29 16:18         ` Stephen Leake
2002-01-29 23:46           ` Preben Randhol
2002-01-31 12:15             ` Jacob Sparre Andersen
2002-01-31 18:32               ` Preben Randhol
2002-01-31 21:26               ` David Starner
2002-01-30 20:55 ` Michal Nowak
2002-01-31  0:08   ` Adrian Knoth

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox