This topic is locked

Guide 72 - Game development with PHPRunner

10/19/2023 1:50:23 PM
PHPRunner Tips and Tricks
fhumanes author

It is not easy to design games with management software, as is the case with PHPRunner .
Game development requires a very special use of the user interface, but I understand that it can be a good example for those who are training in the development tool (PHPRunner), because with very little code you can appreciate the features of the tool. and it is a good alternative to modify/expand the functionality of the exercise.
One of the games that I almost always program in the languages ​​in which I am training is “ MasterMind ”, in the variant of using numbers instead of colors, and that is one of the games that I have developed.
Another one, which may be a variant of the same, is “ Wordle ”, a 5-letter word riddle. I have also developed it (words in Spanish).
Objetive
Through the development of a game, show a set of characteristics of a development done in PHPRunner:

  • Show how in the definition of tables or views we can use complex queries and even update the fields of a table that participates in the complex query.


  • Using plugins and installing plugins.


  • Using the PHPRunner JavaScript API.


  • Use of JQuery, to modify aspects and functionality in JavaScript.


  • Presentation of information with special aspects, creating dynamic HTML.


  • Change of logic in the flow of the application pages.


  • Modifications of aspects with CSS.


  • Validations in ADD inline with display of error messages in “alert” or any other clear way for the user.


  • Take care of the aspects so that the examples are functional when executed on mobile



DEMO : https://fhumanes.com/masterMind/
DEMO : https://fhumanes.com/wordPlay/
If you are interested in this topic, follow this link to see the full article.