Home > Archive > Fortran > March 2004 > Games, fortran programmation
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Games, fortran programmation
|
|
|
|
Hello,
I'm looking for some examples of programmation of little games (with a few
functions, or subroutines, not so many lines, nothing special, I mean), you
know, as the "life" one,
in order to complete an homework for my informatics basics course...
Could someone help me, indicating where can I found 'em on the net or by
posting them on the NG, if possible ?
Thank you,
Mic
| |
| Udo Grabowski 2004-03-27, 12:17 am |
| Mic wrote:
> I'm looking for some examples of programmation of little games (with a few
> functions, or subroutines, not so many lines, nothing special, I mean), you
> know, as the "life" one,
Just an example that a simple graphics game on a Unix machine with X in
Fortran is possible is this little code (also a nice example of interfacing
with C libraries):
http://www.gginc.biz/fort.html#xwin
|
|
|
|
|