In the thesis we discuss building of computer game with help of web technologies HTML5, CSS3, Javascript. We learn, what are these technologies and how we can use them to make computer games, which run in web browsers. We also learn about Node.js, Socket.io and Express Framework, which we use to build our application framework that runs with server/client protocol. With this knowledge we develop web browser game. Game can be controlled through mobile device. Controls are built using device motion sensors. We're sending controls data asynchronous to the server where we transform them to the command in the game. We develop a basic physics model and collision detection. At the end we discuss possible improvements and different options for game use.
|