Bug 102578 - [NEW PORT] games/p5-Games-Alak: Simple game-tree implementation of a gomoku-like game
Summary: [NEW PORT] games/p5-Games-Alak: Simple game-tree implementation of a gomoku-l...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Cheng-Lung Sung
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-08-27 18:20 UTC by gslin
Modified: 2006-10-06 23:09 UTC (History)
1 user (show)

See Also:


Attachments
p5-Games-Alak-0.18.shar (2.42 KB, text/plain)
2006-08-27 18:20 UTC, gslin
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description gslin 2006-08-27 18:20:26 UTC
This module implements a simple game-tree system for the computer to
play against the user in a game of Alak. You can just play the game
for fun; or you can use this module as a starting point for
understanding game trees (and implementing smarter strategy -- the
module's current logic is fairly simple-minded), particularly after
reading my Perl Journal #18 article on trees, which discusses this
module's implementation of game trees as an example of general
tree-shaped data structures.

WWW:	http://search.cpan.org/dist/Games-Alak/

Generated with FreeBSD Port Tools 0.77
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2006-08-27 18:25:58 UTC
Responsible Changed
From-To: freebsd-ports-bugs->clsung

clsung@ wants his PRs
Comment 2 dfilter service freebsd_committer freebsd_triage 2006-10-06 04:54:17 UTC
clsung      2006-10-06 03:54:14 UTC

  FreeBSD ports repository

  Modified files:
    games                Makefile 
  Added files:
    games/p5-Games-Alak  Makefile distinfo pkg-descr pkg-plist 
  Log:
  Add p5-Games-Alak 0.18, simple game-tree implementation of a gomoku-like
  game.
  
  PR:             ports/102578
  Submitted by:   Gea-Suan Lin <gslin at gslin.org>
  
  Revision  Changes    Path
  1.1046    +1 -0      ports/games/Makefile
  1.1       +22 -0     ports/games/p5-Games-Alak/Makefile (new)
  1.1       +3 -0      ports/games/p5-Games-Alak/distinfo (new)
  1.1       +10 -0     ports/games/p5-Games-Alak/pkg-descr (new)
  1.1       +6 -0      ports/games/p5-Games-Alak/pkg-plist (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Jose Alonso Cardenas Marquez freebsd_committer freebsd_triage 2006-10-06 23:09:16 UTC
State Changed
From-To: open->closed

Committed by cslung@. Thanks!!