5-in-a-row
We released today a game called 5-in-a-row. It's implemented with Qt Quick / QML and designed for 2 players playing next to each other:
Want it? Package for N900 as well as source codes are available from here!
Want it? Package for N900 as well as source codes are available from here!
Comments
I hope companies will port more games into N900 & MeeGo, but I also want to see much more all sorts of content. Qt Quick is great for lowering the bar in becoming a developer, without sacrificing performance.
My Documents/_misc_docs/5-in-a-row-build-desktop/content/MainView.qml: File not found
and this is because the path should be:
My Documents\_misc_docs\5-in-a-row-build-desktop\content\MainView.qml
how do I fix this? Allready tried to edit .pro file without much luck. Best solution would be [MHO] do project files that work on both environments.
How about doing tutorial on that?
But one cause for not finding qml files (other than \ vs. / ) is that recent Qt Creator versions have enabled "shadow build" by default which causes building to "5-in-a-row-build-desktop" instead of original directory. This should be disabled from Projects tab to get things working.
Tried and now it works. Thank you \o/