B4J Tutorial [B4X] [BitmapCreator] Creating a cross platform Tetris game - Erel    Jul 16, 2019   (26 reactions) BitmapCreator can be used to create a cross platform Tetris game. The code is an evolution of the code... these projects: Main module which is mostly empty and is different in each of the projects. The game framework classes, shared by all three projects, and not specific to this game. The following classes are included: GameUtils - Manages the main loop and also includes various utility methods. Sprite... - A custom view that shows the score Game specific classes, shared by all three projects: Game... B4A Tutorial [B4X] [BitmapCreator] Cross platform Falling Sand game - Erel    Sep 6, 2018   (32 reactions)   tags: Sand stores the state of all "game pixels". A value of 0 means that the pixel is empty. Other... of the cases. All the important code is implemented in the Game class, which is of course shared between the three projects. No sprites are used in this game. The drawings are done in the MoveParticles sub. As in the Tetris game the layout is managed with the designer script. You need to change the GameUtils module that is included in the zip files with the one attached separately. Dependencies... B4A Tutorial [B4X] [BitmapCreator] Creating cross platform games - Erel    Nov 7, 2018   (25 reactions) Please use XUI2D for new games: https://www.b4x.com/android/forum/threads/xui2d-example-pack.96454... performance when used correctly is good and it can serve as the basis for 2d games: 273884956... Performance with BC The main advantage of using BitmapCreator for games is that it is cross platform... the code. Overall the code is not too complicated. The core of the game code is inside MainLoop in the Game class. The main things that happen every iteration: - The GameTime counter is incremented by 1... B4J Code Snippet Raycasting example (The Ray Game) - madru    Nov 10, 2025   (9 reactions) this is a clone of the 'The Ray Game' tutorial in B4J
original C code developed by 3DSage
168236... B4A Example [B4XPages] [BitmapCreator] Cross platform Falling Sand game - aeric    May 10, 2022   (10 reactions) Based on the original example: https://www.b4x.com/android/forum/threads/b4x-bitmapcreator-cross-platform-falling-sand-game.94276/ This is just a conversion from individual platform into B4XPages. I also uploaded to my github.... B4A Tutorial ✅ Match the flags. Simple XUI cross platform game tutorial for new B4X B4A developers - Newer developers - Peter Simpson    Jun 10, 2020   (22 reactions) -game-tutorial-for-new-b4x-b4i-developers-newer-developers.116160/
>>> Download the source... that I developed for them using B4J ?, I thought to myself lets create a quick and simple game using B4A for... B4A Tutorial GameView - Create 2D Android games - Part I - Erel    Apr 3, 2014   (6 reactions) For new games it is recommended to use libGDX. See these tutorials: How to make games Introduction to the libGDX library GameView is a view that allows you to draw hardware accelerated graphics... of this tutorial with a working "Asteroids" game is available here: http://www.b4x.com/forum/basic4android-getting-started-tutorials/20075-gameview-create-2d-android-games-part-ii.html http://www... hardware accelerated graphics it is possible to create smooth, real-time games. Note... B4A Tutorial How to make games - Informatix    Oct 22, 2014   (38 reactions) , libraries, snippets of code and tutorials. If you don’t know how to do some parts of your game, learn...How to make games A great idea, but a disappointing result You woke up one morning with a great idea for a game. You rushed to your phone to convince your best friend to do the artwork, your uncle.... Unfortunately, three weeks later, and after a few sleepless nights, you have to face reality: your game..., it is probably time for you to read this tutorial. A few words about me I’m a professional developer... B4J Tutorial Anyone for a game of Chess... - Johan Schoeman    Mar 28, 2023   (9 reactions) Go to post #2 - all in B4J and no external lib required It is based on this Github posting... B4A Question How to make a chess game tutorial using two-dimensional arrays, array lists, maps and custom list views - PaulMeuris    Sep 30, 2022   (13 reactions) 134195
In this tutorial you can learn how to make a chess game app.
The app uses B4A two-dimensional arrays, array lists and maps to store all the game information in.
It shows hints for every chess....
Games and puzzles can be saved and loaded at any time. This allows you to stop playing and save the game and at a later moment continue the game.
Are you up for the challenge?
You can find... Page: 1   2   3   4   5   6   7   |