Bug 167354 - [NEW PORT] games/simple_puzzle_game: This is a simple puzzle game
Summary: [NEW PORT] games/simple_puzzle_game: This is a simple puzzle game
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: Alex Kozlov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-04-27 08:40 UTC by nemysis
Modified: 2012-05-19 11:31 UTC (History)
0 users

See Also:


Attachments
.shar (2.49 KB, text/plain)
2012-04-27 08:40 UTC, nemysis
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description nemysis 2012-04-27 08:40:09 UTC
This is a simple puzzle game. It is an implementation of the puzzle game
from the old C64 game Impossible Mission. The idea is to combine the 36
tiles in sets of 4, such that each set of 4 makes a solid block. Clicking
on the tiles on the left toggles them. A tile can't be turned on if it
overlaps with any existing on tiles. The lone rectangle on the right is the
combination of all the on tiles. Clicking on that is an easy way to turn
all tiles off.

When 4 tiles combine to make a solid block, they vanish. The goal is to
get rid of all the tiles. There is no score or timer. Just do it for the
intellectual exercise.

WWW: http://www.linuxmotors.com/sdllopan/

Generated manually, tested with RedPorts and port test, sent with FreeBSD Port Tools 0.99_5 (mode: new)
Comment 1 nemysis 2012-04-27 08:56:43 UTC
diff pkg-descr pkg-descr.old
13c13
< WWW: http://www.linuxmotors.com/puzzle/
---
> WWW: http://www.linuxmotors.com/sdllopan/
Comment 2 Alex Kozlov freebsd_committer freebsd_triage 2012-04-27 12:55:59 UTC
Responsible Changed
From-To: freebsd-ports-bugs->ak

I'll take it.
Comment 3 dfilter service freebsd_committer freebsd_triage 2012-05-19 11:23:14 UTC
ak          2012-05-19 10:23:04 UTC

  FreeBSD ports repository

  Modified files:
    games                Makefile 
  Added files:
    games/impossible_mission_puzzle Makefile distinfo pkg-descr 
  Log:
  This is a puzzle from the old C64 Impossible Mission game.
  The idea is to combine the 36 tiles in sets of 4, such that each set
  of 4 makes a solid block. Clicking on the tiles on the left toggles
  them. A tile can't be turned on if it overlaps with any existing on
  tiles. The lone rectangle on the right is the combination of all
  the on tiles. Clicking on that is an easy way to turn all tiles off.
  
  When 4 tiles combine to make a solid block, they vanish. The goal is
  to get rid of all the tiles. There is no score or timer. Just do it
  for the intellectual exercise.
  
  PR:     ports/167354
  Submitted by:   nemysis <nemysis@gmx.ch>
  Approved by:    eadler, itetcu (mentors, implicit)
  
  Revision  Changes    Path
  1.1434    +1 -0      ports/games/Makefile
  1.1       +43 -0     ports/games/impossible_mission_puzzle/Makefile (new)
  1.1       +2 -0      ports/games/impossible_mission_puzzle/distinfo (new)
  1.1       +12 -0     ports/games/impossible_mission_puzzle/pkg-descr (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 4 Alex Kozlov freebsd_committer freebsd_triage 2012-05-19 11:31:49 UTC
State Changed
From-To: open->closed

New port added, with minor changes. Thanks!