I
I
Ilya Kovalevsky2013-07-13 14:53:17
User interface
Ilya Kovalevsky, 2013-07-13 14:53:17

Interface for mobile HTML5 game

Hello.

In my free time, I decided to get involved in dense HTML5, which, to put it mildly, I did not work with. I thought it would be nice to make an HTML5 mobile quest toy with Apache Cordova. Moreover, I even found a theme, wrote scripts for quests and prepared the core of the application in JavaScript.

Now that the backend of the game is already fully operational, refactored, cleaned up, documented and debugged, I decided to work on the frontend. But any attempts to make a normal interface, at least at the level of the application's start window, ended in failure. Are there any resources where you can “learn” how to develop such things, or maybe people on Habré who could help with this (advise, make a couple of sketches and give some valuable advice).

Thanks

Answer the question

In order to leave comments, you need to log in

5 answer(s)
V
vikS, 2013-07-13
@vikS

For the design of various elements for games, a lot can be seen here .

I
Igor Pushkarsky, 2013-07-13
@RainMEN

Greetings !
I would like to help in any way I can. So far I'm doing layout, CSS, JS, HTML, but for the game you need at least a Canvas for drawing and a designer ready to help with this. Recently, on Habré, one person has already offered his help to develop interesting cross-platform applications. What kind of help did he offer. Maybe he can help!

A
axeax, 2013-07-15
@axeax

Here are some very useful links. I advise you to read, the creation of interfaces is very well described, incl. for games.

A
Alexander Shpak, 2014-02-07
@shpaker

And what was the problem? Did you draw the interface on a canvas or using html?

A
Alex Chistyakov, 2014-09-30
@alexclear

$messages=.$email."\n".$tel."\n".$fio;
There is a syntax error in this line, the dot before $email should be removed.
This is for starters.
Another syntax error:

....
if (isset($_POST['ok'])){
....
?>

The end of the file has come, but where is the closing bracket?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question