Bug 167304 - [NEW PORT] games/SDL_jewels: SDL_jewels there is an 8x8 array of jewels of 7 types
Summary: [NEW PORT] games/SDL_jewels: SDL_jewels there is an 8x8 array of jewels of 7 ...
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-25 22:50 UTC by nemysis
Modified: 2012-04-27 19:40 UTC (History)
0 users

See Also:


Attachments
.shar (3.30 KB, text/plain)
2012-04-25 22:50 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-25 22:50:08 UTC
The game is very simple. There is an 8x8 array of jewels of 7 types. You
need to get 3 or more in a row horizontally or vertically in order to
score points. You can swap any two jewels that are next to each other
up and down or left and right. The mechanic is to click the mouse on the
first one, then drag in the direction to switch with. Then let up on the
mouse button, but this last isn't so critical.

Jewels can only be swapped if after the swap there is at least one 3 or more
in a row set created. Otherwise the jewels return to their original position.

There is a clock shown on the left. When it counts down to 0 the game is over.
You will probably be able to enter your name into the high score table.
Hit enter when done.

Hit F1 or spacebar to start a new game, or ESC to exit.

This game makes use of OpenGL. Without an OpenGL implementation it won't work.
If you only have software rendering you can still play but the frame rate
will be lower. The GLX module must be present as well.


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

Generated manually send with FreeBSD Port Tools 0.99_5 (mode: new)
Comment 1 Alex Kozlov freebsd_committer freebsd_triage 2012-04-27 12:54:53 UTC
Responsible Changed
From-To: freebsd-ports-bugs->ak

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2012-04-27 19:30:46 UTC
ak          2012-04-27 18:30:32 UTC

  FreeBSD ports repository

  Modified files:
    games                Makefile 
  Added files:
    games/sdl_jewels     Makefile distinfo pkg-descr 
    games/sdl_jewels/files patch-Makefile 
  Log:
  SDL Jewels is a tile-matching 8x8 puzzle game
  
  PR:     ports/167304
  Submitted by:   nemysis <nemysis@gmx.ch>
  Approved by:    eadler (mentor)
  
  Revision  Changes    Path
  1.1413    +2 -1      ports/games/Makefile
  1.1       +50 -0     ports/games/sdl_jewels/Makefile (new)
  1.1       +2 -0      ports/games/sdl_jewels/distinfo (new)
  1.1       +11 -0     ports/games/sdl_jewels/files/patch-Makefile (new)
  1.1       +22 -0     ports/games/sdl_jewels/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 3 Alex Kozlov freebsd_committer freebsd_triage 2012-04-27 19:37:33 UTC
State Changed
From-To: open->closed

New port added, with minor changes. Thanks!