Kulili

Simple game written in c# .net.
Collect all dots with minimum moves.
100 levels.

It is free for any use.

	Pavel Popelka


Keys 
  
  PgUp,Enter - next level
  PgDown - previous level
  Backspace - previous/reset level
  numpad digits - level number
  F11,Alt+Enter,Control+Enter - switch fullscreen
  Q,Up - up
  A,Down - down
  O,Left - left
  P,Right - right

  X,F4 - mirror x
  Y,Z,F5 - mirror y
  T - show game time
  C - show clocks
  L - level reset

mouse
  left button - move to cursor
  double click ball  - switch fullscreen

command line
  kulili.exe [levels_file.txt]   
  -o : solo, without enemy
  -d : dual, control both balls
  -a : autopilot off
  -F : draw order sequence of 0,1,2 letters (0 full0,1 full-full9,2 join)
  -f : draw full before up image (-F 012)
  -i dir : image dictionary
  -l dir : level dictionary
  -h : help

level file

1,2 - player balls 1st and 2nd player
!,? - enemy ball (? no dot)
$,# - enemy ball 2
.,, - dot
a-i - dot,2 dots,..., 9 dots

images 
full    - dot ball
full0   - base for all dots count
full2-9 - multi dot
up      - join up image (it is rotated for other directions)
me,me2  - player balls
he,he2  - enemy balls

Download: (.net 4.0 required from 0.16)
kulili016.zip 15.6.2025 - v0.16 - solo option kulili015.zip 10.4.2017 - v0.15 - game time and clocks kulili014.zip 23.4.2016 - v0.14 - check record filetime for read before write kulili013.zip 20.4.2016 - v0.13 - icon in exe kulili012.zip 17.4.2016 - v0.12 - F1 help, level mirror does not reset game kulili011.zip 3.5.2015 - v0.11 - mouse control kulili010.zip 14.3.2015 - v0.10 - first version