Age Of Evolution

 

This project has been developed with the aim of learning. It is a game integrated into a web page. This game takes the codes of the famous game “Stormfall: Age of War” and integrates a Pokémon universe.

Stormfall: Age of War is a massively multiplayer real-time mobile strategy video game, created in 2012 by Plarium and moved to Facebook in November. The game franchise builds on the success of Plarium’s previous Facebook titles in the crowded market for web-based PvP strategy games.

The game was developed from nothing except the idea and concept of an existing game. Everything else was written and coded by hand mainly in JavaScript but also in HTML, CSS and AJAX. A PHP and MySQL architecture had to be put in place to support the provision of data in the form of a REST API.

The architecture of the site was built to move the workload to the users’ machine and not to the server. A connection interface is available, note that this allows the progress to be saved on the server directly. Once the connection is made, the user is free to configure his part as he wishes to reach a maximum progression.

The server does not perform expensive calculation tasks, it is only there to offer centralized data management. Most of the data is transmitted during the initial request of the page, however data too specific to a certain game configuration is only transmitted when the client explicitly requests it, the data is transmitted in JSON form while the images are provided as an internet link. Once this data is in the client’s possession, it is the client himself who will be responsible for retrieving the images from the internet and then using them to build the game.

All 8 Pokémon regions are included in the game. Battles are fought on 9 different maps with over 70 possible opponents. Up to 9 levels of evolution according to worlds. More than 150 Pokémon are available to take you to victory!

Want to get a free account to start playing or discover the work? If so, do not hesitate to send your request to the e-mail address z@raphaeldarbellay.ch.

 

GALLERY

Details

  • HES-SO Valais/Wallis

  • Website

  • 12.05.2020

This project has been developed with the aim of learning. It is a game integrated into a web page. This game takes the codes of the famous game “Stormfall: Age of War” and integrates a Pokémon universe.