Bug 86351 - New port: games/connectfive Place five pieces in a row on a 3d board
Summary: New port: games/connectfive Place five pieces in a row on a 3d board
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: Simon Barner
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-09-19 23:20 UTC by Dmitry Marakasov
Modified: 2005-09-21 08:55 UTC (History)
0 users

See Also:


Attachments
connectfive-1.0.2.shar (4.25 KB, text/plain)
2005-09-19 23:20 UTC, Dmitry Marakasov
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Dmitry Marakasov 2005-09-19 23:20:10 UTC
Place five pieces in a row on a 3d board

A 3d version of gomoku. Similar to connect four, but it is played
in 3D on a 19x19 board and a play is allowed on any location of the
board.

WWW: http://sourceforge.net/projects/connectfive

- Dmitry Marakasov <amdmi3@mail.ru>
Comment 1 Simon Barner freebsd_committer freebsd_triage 2005-09-21 08:16:39 UTC
Responsible Changed
From-To: freebsd-ports-bugs->barner

Grab.
Comment 2 Simon Barner freebsd_committer freebsd_triage 2005-09-21 08:53:35 UTC
State Changed
From-To: open->closed

New port added (with modifications), thank you. 

Next time, please also test on FreeBSD 4, or at least install lang/gcc295 
and see if it compiles with 

make CC=gcc295 CXX=g++295 

Of course, the latter may leed to linker errors when linking C++ code.