Embarcadero has four mobile arcade game projects for Delphi in Object Pascal available for free over on GitHub. All of the projects run on Android, IOS, OSX, and Windows. One of the projects is called Space Rocks and I modified this project to allow the player to customize the game at runtime (for more info about Space Rocks check out this blog post). The modified game is called Deep Space Rocks. I also re-skinned the game a but with a new background, player character, and enemy characters.
The...
Delphi (und natürlich auch der C++Builder) eignen sich ja auch hervorragend zum Entwicklen von Spielen. So sind doch schon einige Spiele oder Game-Engines in Delphi geschrieben und lassen sich gut erweitern oder als Idee aufnehmen. Das kann man als Hobby betreiben, oder auch einfach mal so testen.
Einige Beispiele von mit Delphi erstellten Spielen / Erweiterungen:
https://github.com/EmbarcaderoPublic/DelphiArcadeGamesC++: https://github.com/EmbarcaderoPublic/CppArcadeGamesDas sind gute ...
The Delphi Boot Camp series is a free Coding Bootcamp with over 13 hours of training, question & answer sessions, and more with experienced developers. Delphi can be used to build cross platform applications for Android, iOS, macOS, and Windows 10. This coding bootcamp will bring you up to speed quickly and get you building and deploying apps to your devices fast. If you're new to Delphi and Object Pascal be sure to start on the Day 1 session.
Are you ready to get started? Let's g...
Are you ready to dive into game development on mobile? Why not get a head start with these four games: Alien Invasion, Mars Rocket, Rocket Ship Delta, and Space Rocks. They come with full source available for Delphi and C++Builder which you can download and get started with right away. The game source codes are available for both the Starter Edition and the Pro or higher versions of RAD Studio. The source code for each game is worth around ~$500 making a total of around ~$2,0...
11-August-2016 / Day 4 of C++ Boot Camp is C++ Game Development hosted by Eli M., MVP, Developer and Entrepreneur from FMXExpress.com
Four different games with classic game mechanics will be demonstrated.
We will be also be covering topics such as App Tethering, utilizing TFrames to build your UI, using TRectangle as a light weight image object, accessing the device motion sensor, simple object pooling, cross platform sound, sprite sheet animation, and building a high score syst...
There is plenty of interesting Delphi, Appmethod and FireMonkey information published very frequently on www.fmxexpress.com website.
A very interesting article was published on fmxexpress about Box2d Physics Engine For Delphi XE6 FireMonkey on Android, iOS, Windows and OSX a few days ago.
You have probably heard about "Angry Birds". It is probably the most easy to remember example of an application that is using Box2D.
Box2D is one the most popular, open-source engine for simulating r...
Update 1 for Delphi XE and C++Builder XE is now available. There are three ways to get the update:
Upgrading via the Automatic Upgrade Mechanism
Manually Checking for Updates
Update 1 is also available for download from the registered users download pages
Get all the details by reading Andreano Lanusse's blog article at
http://www.andreanolanusse.com/blogen/update-1-for-delphi-xe-and-cbuilder-xe-now-available/
Additional update 1 information:
Readme: Update 1 for Delphi and...