Author: Rahul Srivastava

Voting Proposal Program in Solana

Palo Negro In the last week or so, I have been going through Solana docs to understand how Program Derived Addresses (PDAs) work. To get a hang of it, I have been working on a small voting proposal program which utilizes PDAs

Daye

Tagged with: , , , , , , ,

Solana Ride Sharing Application – Part 2

In the previous post, we covered the basics of how to store the data in the Solana blockchain. You can also find remote jobs related to blockchain to make money out of your passion. In this post, we will look

Tagged with: , , , , , ,

Solana Ride Sharing Application – Part I

I participated in Building out Loud Solana hackathon. It turned out to be a good learning experience. It is my first time working on a blockchain project along with Rust and ReactJS framework and it took me some time to

Tagged with: , , , , , ,

Calculate closest point of box2d body in libgdx

In this tutorial we will calculate closest point of a contact of a body from another point in box2d in libgdx. In last two tutorials, one using BoundingBox and other using Raycast we queried box2d to get list of nearby

Tagged with: , ,

Add Explosion in Box2D using Raycast in libgdx

In the previous tutorial, we added an option to get list of bodies around the player using QueryAABB method present in box2d in libgdx. This method gives list of all bodies in a bounding box. So it is helpful in

Tagged with: , ,

Add Explosion in Box2D using BoundingBox in libgdx

In the previous tutorial we added a rotating shield to our player. The shield object would move in uniform circular speed around the player object. The shield was a kinematic body so that we can set velocity every frame to

Tagged with: , ,

Move Box2d Body In Circular Path in Libgdx

Recently there was a need to have a body rotate around another moving body, sort of like a shield. To achieve this functionality, initially we thought of using a revolute joint, available in box2d in libgdx. For revolute joint we

Tagged with: , ,

New Android App – Crossword

Download :- Description :- Free English crossword puzzle to satisfy your passion for Crosswords. This fun educational puzzle contains both easy 13×13 crosswords and medium 15×15 puzzles. Improve your vocabulary with many different words across various themes like Animals, Animals

Tagged with: , , ,

New Android Game – Turtle Leap

Hi, We have published a new 2d endless platformer in Google Play Store. Try it out its free. Here is the link. If you like fishing you may be interesting in the info from https://www.modernaustralian.com/lifestyle/13466-how-to-choose-the-best-fishing-backup-tackle-box. Download :- Gameplay Video:

Tagged with: , , ,

Featured Developer on Scoreoid

Hi, We are the featured developer on the Scoreoid Website. You can read our interview here. Two of our games use Scoreoid :- Tap Shoot Zombie Speedboat Santa. Try them. They are free. Also if you are considering adding high

Tagged with: ,
Top