Posted by bcmoney on March 16, 2017 in Java, PHP with No Comments
Multiplayer features require networking capabilities of some sort, and typically, a form of persistent data storage (i.e. to save things like “Leaderboards” to keep track of Wins/Losses/Draws in the case of our RPS game).
« previous post
Raspberry PI – IoT sensor web pusher & dashboard">
IoT sensor dashboard project
next post »
Raspberry PI – Wii Controller Bluetooth & WiiMouse experiment">
Misadventures trying to use an old regular Wii controller to "Minority Report" my PC.
No post with similar tags yet.
- A closer look at Apache Mahout (JAVA Recommendation library)
There's been a lot of changes to the Mahout library since it was first introduced through the Apache software foundation back in 2009.
I first looked at this project through the excellent tutorial on classifying and recommending Seinfeld episodes (perhaps not the easiest task of differentiating episodes, keeping in mind it was a show that prided...
- Guide to Native Mobile application development for Android
This is a guide to using Android Studio for developing on Android.
Android Studio (IDE)
Java (Dalvik)
Differences from J2SE/J2EE
GUI Builder
Device Simulator
Side-Loading on your own Device for Testing
Deploying to Google Play store...