Aarayaphonginarayaphong.hashnode.dev·3d ago · 2 min readMachinarium: ปิดน้ำด้วยประแจ 3 อัน🇬🇧 Read in English: [Machinarium: Shutting Off the Water with 3 Wrenches] เกิดความ Nostalgia หาเกมเก่า ๆ สมัยนั้นเขาใช้ Flash ในการสร้าง มันเป็นเกมปริศนาทำได้ดีมากแม้จะไม่ได้ใช้ game engine ที่หรูหร00
Aarayaphonginarayaphong.hashnode.dev·3d ago · 3 min readMachinarium: Shutting Off the Water with 3 Wrenches🇹🇭 อ่านฉบับภาษาไทย: Machinarium: ปิดน้ำด้วยประแจ 3 อัน A wave of nostalgia sent me digging up old games. Back then people built this stuff in Flash, and it's a puzzle game that holds up remarkably w00
CBChris Baleingetting-over-it.hashnode.dev·Aug 15 · 2 min readWhat I Learned Building a Mobile-Friendly Gaming WebsiteBuilding a website for mobile users taught me that good design is often about keeping things simple. When I started working on gaming-related web projects, one of the first things I noticed was how di00
VVirtasticinvirtastic.hashnode.dev·Aug 10 · 3 min readJagged Alliance 2, running in your browserIf you own Jagged Alliance 2, you can now play it in a browser. Point ja2.virtastic.app at the folder your copy already lives in and it runs: the full campaign, full tactical combat, mouse and keyboar00
NVNguyen Van Tuanintuannguyenhust.hashnode.dev·Aug 3 · 12 min readFlappy Bird - AI with Q-Learning1. Introduction The AI mode trains a Q-learning agent to play Flappy Bird autonomously, persists its learned Q-table in localStorage, and displays the total number of training episodes directly on the00
SShawGamesinshawgames.hashnode.dev·Aug 2 · 10 min readI built an unblocked games site with 250 games on my own CDN. Here is what brokeThe original plan sounded straightforward: Build the frontend with Next.js Export it as a static site Store game files in Cloudflare R2 Serve them through a custom CDN domain Deploy the frontend 00
VVirtasticinvirtastic.hashnode.dev·Jul 26 · 9 min readMorrowind in the browser: porting a 3D engineGames are the hardest test of desktop-to-web conversion. A real-time 3D engine touches everything at once: the GPU, the audio device, threads, the filesystem, input. If the port stutters anywhere, you00
ADagen daduinagendadu.hashnode.dev·Jul 25 · 3 min readMengapa Platform Game Berbasis AI Justru Bikin Hidup Kita Lebih Gampang (Bukan Malah Makin Ribet)Kalau dengar kata "AI" di industri game belakangan ini, refleks sebagian dari kita mungkin langsung membayangkan hal-hal absurd: gambar art yang janggal, narasi kaku, atau sekadar tren jualan yang mul00
PPayneteasyinpayneteasy.hashnode.dev·Jul 15 · 3 min readAnakatech Selects Payneteasy Orchestration as the Backbone for Its Multi-Brand Gaming Payments Anakatech is a multi-brand gaming platform that operates its own PCI DSS Level 1 cashier. Over more than five years of collaboration, Payneteasy’s orchestration has become the central layer powering p10
USunity source codeinunitysourcecode.hashnode.dev·Jun 14 · 7 min readWhy Building From Scratch Isn't Always the Fastest Way to Learn UnityWhen most people start learning Unity, they believe the best approach is to build everything from scratch. The logic seems reasonable: if you write every line of code yourself, create every system man00