dtillner / konquest_dart

Konquest is a small tech demo to experiment with the dart language and SVG. It is inspired by Qonk Game

Home Page:http://dtillner.github.com/konquest_dart/konquest.svg

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Konquest

Konquest is a small Tech demo to experiment with the dart language and SVG. It is inspired by Qonk Game

Konquest Screenshot @ revision 522378ec24abdaecd7f4cdd03457f7fc0e464c1

Status

The code is in a very early development state. There is a working solar system and some basic infrastructure for the game logic.

It compiles fine with frogc compiler from the dart sdk revision 7692. Currently it does not compile withe the dart2js compiler because it is missing support for some language features such as member access to super.

It runs with some bugs in dartium. This bugs are mostly caused by a bug of dartiums random number generator.

You can try the demo with dartium here

But it is recommended to compile the dart code with frogc to js and test it with chromium.

About

Konquest is a small tech demo to experiment with the dart language and SVG. It is inspired by Qonk Game

http://dtillner.github.com/konquest_dart/konquest.svg


Languages

Language:Dart 100.0%