K2
Visit game web page
Time attack in cave tunnels. Secure your position among the fastest.
Controls: Arrow keys
Resolution: By default, 1280x720 window is used. Use parameter F to run game in fullscreen - command: K2.exe f
Adventurous users might want to try making own levels. Feel free to poke
around - see existing levels as examples in levels/ folder.
Level image has a few special colors:
- Grayscale colors with intensities 0..63 = level walls, not collided
- Grayscale colors with intensities 64..255 = level walls, collided
- Color #FF0000 = Start/Finish line area
- Color #FF8000 = Waypoint 1
- Color #FFC000 = Waypoint 2
- Color #C0C0FF = Outer area (Not currently used for anything!)
Special pixels in the top-left corner of the image: (at x=0,y=0 and going right)
- 1st pixel: Level color (grayscale level wall colors will be multiplied with this)
- 2nd pixel: Level color alpha (intensity of this grayscale pixel is used for alpha)
- 3rd pixel: Outer area intensity, grayscale pixel (used as level color transparency what the outer area special color is mapped to)
Level name is the part between level_ and .png in your filename.
Maximum length for the name part is 15 characters.
License
You are allowed to copy this game without restrictions only for your personal non-commercial use.
All other distribution, without expressed permission of the producer, is strictly prohibited.
This software is provided as is. You take the full responsibility for the operation of this software and any consequences thereof. The producers of this software can not accept liability for damages or failures arising from the use of this software.
Any arbitration will be executed in Helsinki, Finland under laws of Finland.
Copyright 2012 Jetro Lauha -
www.jet.ro
Thanks to Sara Kapli for help with testing & levels.
Acknowledgements:
Uses the Irrlicht Engine Copyright © 2002-2009 Nikolaus Gebhardt.
FMOD library Copyright © Firelight Technologies, Pty, Ltd. 1994-2005.
Thanks to DrPetter for Sfxr and Increpare for Bfxr.
Turska library (2D/UI) Copyright 2003-2012 Jetro Lauha.
http://iki.fi/jetro/turska
libcurl license:
COPYRIGHT AND PERMISSION NOTICE
Copyright (c) 1996 - 2012, Daniel Stenberg, <daniel@haxx.se>.
All rights reserved.
Permission to use, copy, modify, and distribute this software for any purpose
with or without fee is hereby granted, provided that the above copyright
notice and this permission notice appear in all copies.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF THIRD PARTY RIGHTS. IN
NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE
OR OTHER DEALINGS IN THE SOFTWARE.
Except as contained in this notice, the name of a copyright holder shall not
be used in advertising or otherwise to promote the sale, use or other dealings
in this Software without prior written authorization of the copyright holder.
Ogg Vorbis license:
Copyright (c) 2002, Xiph.Org Foundation
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
- Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
- Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.
- Neither the name of the Xiph.Org Foundation nor the names of its
contributors may be used to endorse or promote products derived from
this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR
CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.