LPC Entry : Mystic Castle (Progress Thread)
Hi all,
this is my LPC Entry "Mystic Castle".
About
Mystic Castle is an endless HTML5 Dungeon Crawler. Each Player will get own Random dungeon based on a Seed. The Player have to Walk throught Rooms and Kill enemies, collecting Random Items and sell them in the City.
The Dungeon is just a simple Room based Dungeon without Corridors but multiple Stages. Each 5th Stage the enemies become stronger each 10th Stage youre able to unlock a portal(after killing a Boss) so youre able to port from the City to your dungeon level.
If Player dies, he will loose his items , spawn in the city. The Player have to collect his items at the place he died.
Techincal
Iam using the CraftyJS Framework, Github as Source, Serverside PHP and NodeJS is planed(will take a look if i have enought time)
Licence
Code is Licence under WTFPL http://sam.zoy.org/wtfpl/
Source
https://github.com/blackscorp/mystic_castle/tree/gh-pages
Preview
http://blackscorp.github.com/mystic_castle/
any Questions, Ideas, Suggestions just post;)
Hey hey,
Great! Look forward to seeing the entry. Also, keep in mind: you are welcome to release your code under the WTFPL, but you should also dual license with GPLv3 or later (effectively, that will mean that this is the WTFPL since you can "pick" the license and WTFPL is more permissive, but this is a requirement of the contest). It would be good for you to check in the license files with your repo.
Looking forward to your entry, and good luck!
AKA paroneayea on freenode
Well cwebber, thx for reply, is it enought if i create LICENSE.md and copy&paste the contents from GPLv3 there?.
btw. there are some updates now, today i created a php script to merge wulax images and resize them to have them ready for my game. also i added equip event and eqipped first armor parts (well just visual)
http://blackscorp.github.com/mystic_castle/
next is to add some weapons and enemies
Instead of putting it in LICENSE.md I'd just do this:
$ wget http://www.gnu.org/licenses/gpl-3.0.txt
And check that in.
... I think we should probably put out a blogpost with clearer instructions on how to do licensing properly. I'll try to get that together shortly.
AKA paroneayea on freenode
and what about the CC Licence?
could you please edit your headline so it reads
LPC Entry : Mystic Castle -HTML 5 (Progress Thread)
so people have an idea as to what you are doing, thanx in advance.