Skip to content

martinhill/xkobo

 
 

Repository files navigation

XKOBO for the Web

Xkobo is a simple open-source game developed by Akira Higuchi, in 1997. It was originally for X Window system. Looking for a fun project to learn HTML5/javascript, I decided to make a port for the web. I'm compiling the C++ code to javascript with emscripten and refactoring the X11 parts to use my own library. It's a learning process for me, and hopefully others will like to play this classic game on the web. Enjoy!

License

XKOBO, a video-oriented game
Copyright (C) 2010 Daehyun Kim
Copyright (C) 1995,1996 Akira Higuchi

This program is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the
Free Software Foundation; either version 2 of the License, or (at your
option) any later version.

This program is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
General Public License for more details.

You should have received a copy of the GNU General Public License along
with this program; if not, write to the Free Software Foundation, Inc.,
675 Mass Ave, Cambridge, MA 02139, USA.

About

Xkobo is a single player action game.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 54.5%
  • C++ 40.3%
  • JavaScript 4.8%
  • Other 0.4%