| Author |
Message |
onkar *nix forums beginner
Joined: 10 May 2006
Posts: 20
|
Posted: Thu Jul 20, 2006 4:00 pm Post subject:
Game in C using Finite Automata
|
|
|
Can any one suggest me a game which uses FA as central concept and to
be written in C. |
|
| Back to top |
|
 |
void * clvrmnky() *nix forums Guru Wannabe
Joined: 01 Mar 2006
Posts: 152
|
Posted: Thu Jul 20, 2006 4:01 pm Post subject:
Re: Game in C using Finite Automata
|
|
|
onkar wrote:
| Quote: | Can any one suggest me a game which uses FA as central concept and to
be written in C.
Conway's Life? |
|
|
| Back to top |
|
 |
Flash Gordon *nix forums Guru
Joined: 28 Feb 2005
Posts: 1258
|
Posted: Thu Jul 20, 2006 4:25 pm Post subject:
Re: Game in C using Finite Automata
|
|
|
onkar wrote:
| Quote: | Can any one suggest me a game which uses FA as central concept and to
be written in C.
|
Yes. Select any game that uses finite automata as a central concept and
make it your project to write it in C.
I know you have heard of Google, why not search for finite automata game
and see what you get? Then, when you actually have a problem with C as
opposed to deciding on what to do for your homework we might be able to
help.
--
Flash Gordon, living in interesting times.
Web site - http://home.flash-gordon.me.uk/
comp.lang.c posting guidelines and intro:
http://clc-wiki.net/wiki/Intro_to_clc |
|
| Back to top |
|
 |
Eric Schmidt *nix forums beginner
Joined: 06 Feb 2005
Posts: 3
|
Posted: Thu Jul 20, 2006 5:56 pm Post subject:
Re: Game in C using Finite Automata
|
|
|
Clever Monkey wrote:
| Quote: | onkar wrote:
Can any one suggest me a game which uses FA as central concept and to
be written in C.
Conway's Life?
|
No, that's not a _finite_ automaton.
--
Eric Schmidt (no relation to Google)
--
Posted via a free Usenet account from http://www.teranews.com |
|
| Back to top |
|
 |
Ben Pfaff *nix forums Guru
Joined: 08 Apr 2005
Posts: 661
|
Posted: Thu Jul 20, 2006 7:01 pm Post subject:
Re: Game in C using Finite Automata
|
|
|
Eric Schmidt <eric41293@comcast.net> writes:
| Quote: | Clever Monkey wrote:
onkar wrote:
Can any one suggest me a game which uses FA as central concept and to
be written in C.
Conway's Life?
No, that's not a _finite_ automaton.
|
Most implementations "wrap around" at the edge of a finite 2-d
field, making them finite.
--
"It wouldn't be a new C standard if it didn't give a
new meaning to the word `static'."
--Peter Seebach on C99 |
|
| Back to top |
|
 |
Google
|
|
| Back to top |
|
 |
|