[HTML5] Archaeology Game where to start

Started by
3 comments, last by lmbarns 11 years, 10 months ago
Hello everyone,

I am a web developer, but I've been asked if I can build a basic game in HTML5 and a friend of mine told me this is a great forum, to get information on how to start.
So I wanted to ask you guys, where should I start any resources you would propose me, first let me give you some information about the game.

Archaeology Game
------------------------
The user will have in front of him a map to the left, and a panel to right with tools which he can dig with each tools has other attributes for example a tool can dig deeper then the other. The map will be a simple map, cartoon like map. The user has to digg to find araeologicle artifacts, after a certain amount of layers of sand for example.
After an artifact is found, the user will have his own laboratory where the artifacts are found (the one he found). When all artifacts are found the user will get a link to a visual flash animation of the archaelogicle digging place.


I'm really sorry for my poor english, but I hope I could explain somehow what I need to do, so my question is what could make my work easier any frameworks I can use for this kind of purpose any example links would be helpful ??

I thank you in advanced for any kind of help.
Advertisement
Skills?
DB?
...

I am a web developer

Do you know HTML5? O.o That's pretty much the first place to start. As with any game you make you need a starting point, which would be can you make a simple game in HTML5? Or really in anything that goes along with HTML in the first place.

This might sound boring but I suggest you plan your game thoroughly, first . Next, get the assets you need e.g graphics, sound, music e.t.c. When you're done, you can begin developing with Construct. Good luck.

I highly recommend this book http://www.amazon.co...v/dp/0596806752 for writing great javascript.

I was working on this when I wanted to learn html5, it started as a pong game............

[media]http://www.youtube.com/watch?feature=player_detailpage&v=_fLODEM_0ls[/media]


As far as digging up stuff, the only thing I can think of would be to swap out the tile dug for a different tile that looks like it's below the surface. Maybe after digging, any item found is instantiated on the tile dug.

Good luck.

This topic is closed to new replies.

Advertisement