Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re: Bling Bling (or: Teaching Perl to Teenagers)

by tospo (Hermit)
on Jan 07, 2011 at 14:52 UTC ( [id://881083]=note: print w/replies, xml ) Need Help??


in reply to Bling Bling (or: Teaching Perl to Teenagers)

One thing that I remember getting me pretty excited back in school when we learned PASCAL (a few years ago...) was to write a simple AI for a very simple board game, Connect Four in our case. It's ideal because you only need text input/output and have the real game set-up next to the computer. Connect Four is great because you need some strategy but the moves are very simple. The AI part isn't difficult - you just need to come up with some sort of scoring scheme for the situation on the board at the end of the move and, if there is time to make it more complex, maybe all possible outcomes of the opponents next move.

Another thing I would suggest is screen scraping web sites - maybe some script that gatehrs information about the next show of a TV series?

  • Comment on Re: Bling Bling (or: Teaching Perl to Teenagers)

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://881083]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others exploiting the Monastery: (None)
    As of 2024-04-18 23:40 GMT
    Sections?
    Information?
    Find Nodes?
    Leftovers?
      Voting Booth?

      No recent polls found