SDSelfish Devinscriptingeasily.hashnode.dev·May 30, 2025 · 5 min readDropping DetectionIntroduction Not too long ago, I published a post titled "Drag and Drop". This post included. What is drag and drop? How does it make your game feel polished Example of some games that use drag and drop wisely. How Drag and Drop changed my whole ...00
SDSelfish Devinscriptingeasily.hashnode.dev·May 30, 2025 · 4 min readDrag & DropIntroduction Drag-and-drop is a significant feature that makes even a simple game feel polished. Dragging and dropping make the game feel more polished and juicy. Don't believe me, let me give you a recent example. Schedule 1 (A game where you are a ...00
SDSelfish Devinscriptingeasily.hashnode.dev·May 30, 2025 · 3 min readPrinting with GOIntroduction Today, we will cover the basics of print functions in the fmt package using the GO programming language. These functions include: fmt.Print fmt.Prinln fmt.Printf So let's not waste our time and dive in. What is the "fmt" package In ...00
SDSelfish Devinscriptingeasily.hashnode.dev·May 30, 2025 · 3 min readWhat is REST API?Introduction A REST API (Representational State Transfer Application Programming Interface) is a set of principles for building web services that follow specific design principles. REST is not a protocol or standard but rather a set of rules that, wh...00
SDSelfish Devinscriptingeasily.hashnode.dev·May 30, 2025 · 5 min readWriting First Program in GO!Introduction Previously, we covered what GO is and why we should use it. I hope that after reading my previous post, many people have become interested in the GO programming language. As a programmer myself, when I first heard about GO, it immediatel...00