Skip to content

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

Notifications You must be signed in to change notification settings

dtillner/konquest_dart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages