
austin
Members-
Content Count
135 -
Joined
-
Last visited
-
Days Won
1
austin last won the day on November 11 2013
austin had the most liked content!
About austin
-
Rank
Advanced Member
Contact Methods
-
Website URL
http://clay.io
-
Skype
austinhallock
Profile Information
-
Gender
Male
-
Location
San Francisco, CA
-
Frogee reacted to a post in a topic: CanvasInput - Canvas Text Input library
-
austin reacted to a post in a topic: [js13k] It's Raining... Boxes?!
-
My input on the mobile side of things is to keep them as separate categories. I'll play the games on one of our lower end devices, and once I narrow it down to a few, I'll test them on all of our devices. Looking forward to seeing the entries!
- 59 replies
-
- js13k
- js13kgames
-
(and 6 more)
Tagged with:
-
Is someone using Google play game leaderboards with an HTML5 game?
austin replied to totallybueno's topic in General Talk
Howdy! We announced a few months back we're deprecating the old version of the API with leaderboards. The new SDK is still pretty limited, but much more robust (https://github.com/claydotio/clay-sdk-base). Do note that it's missing most of the social features from the previous version. Google Play Services is probably the best alternative.- 3 replies
-
- leaderboard
- cocoonjs
-
(and 2 more)
Tagged with:
-
austin reacted to a post in a topic: NEW Mobile HTML5 Game – Pixel Slime
-
Always fun to play through these puzzles
-
austin reacted to a post in a topic: My new Panda.js game - Shurizzle 2
-
[PlayCanvas] TANX, online multiplayer tank battle game
austin replied to willeastcott's topic in Game Showcase
Tank upgrades (powerups) and vanity customizations. Bombermine does a good job at this type of stuff- 20 replies
-
- playcanvas
- webgl
-
(and 3 more)
Tagged with:
-
[PlayCanvas] TANX, online multiplayer tank battle game
austin replied to willeastcott's topic in Game Showcase
This game is great Especially the fact that it runs well on so many devices- 20 replies
-
- playcanvas
- webgl
-
(and 3 more)
Tagged with:
-
austin reacted to a post in a topic: [PlayCanvas] TANX, online multiplayer tank battle game
-
austin reacted to a post in a topic: Tabby Island - Puzzle/Match3 Game
-
austin reacted to a post in a topic: NEW Mobile HTML5 Game – Rabbit Punch
-
https://github.com/leereilly/games is probably the ultimate resource. It doesn't categorize HTML5 games that support mobile web, so here are a few good ones we know of: https://github.com/gabrielecirulli/2048 (http://gabrielecirulli.github.io/2048/) https://github.com/Hextris/hextris (http://hextris.clay.io) https://github.com/Zolmeister/prism (http://prism.clay.io) https://github.com/Zolmeister/zop (http://zop.clay.io) https://github.com/Q42/0hh1 (http://0hh1.clay.io/) https://github.com/Q42/0hn0 (http://0hn0.clay.io/) https://github.com/abejfehr/parity (http://parity.clay.io)
-
austin reacted to a post in a topic: Do you know any free-to-play games that run in mobile browsers?
-
austin reacted to a post in a topic: Free Game Assets
-
austin reacted to a post in a topic: Multi-Resolution Support Article
-
austin reacted to a post in a topic: [WIP] Balloon Escape
-
We'll be there - well, we're always here in SF, but we'll be at GDC as well.
-
Great feedback, thanks! Your last sentence is fantastic. Keeping the games as small as possible is critical - try out something that's fairly easy to make... if people like it, improve on it.
-
IamThatGuy reacted to a post in a topic: Lack of turn-based multiplayer games
-
So to recap it sounds like some of the barriers have been (sorted by most painful to least): 1) the time it takes 2) having to deal with backend stuff 3) lack of demos/tutorials/engines 4) ideas 5) art Does that seem about right?
-
IamThatGuy reacted to a post in a topic: Lack of turn-based multiplayer games
-
We don't really have plans to start offering advances, but we'll at least talk about it to see if it makes sense. I'm not sure we'll ever guarantee traffic for games based on how we currently display games. We pump an initial bit of traffic at new games and measure how well it performs with players and sort it accordingly. Either way, I don't want this thread to become one completely about Clay (I'm obviously paying attention to see how we can help, but I wanted this to be a more general discussion to see why these games aren't being made)
-
Turn-based games don't suffer the same load problems that real-time multiplayer games have, but that's not to say it's easy. It sounds like adding a backend component is just a huge complexity leap from client-only games. Has everyone here who has considered a multiplayer game looked into Parse, Firebase, and some of the of the other services that make things easier?
-
AVENGER NO WAR reacted to a post in a topic: Lack of turn-based multiplayer games
-
AVENGER NO WAR reacted to a post in a topic: Lack of turn-based multiplayer games
-
With ecosystems like Kik that are blend of web and native, push notifications are possible. There are also opportunities like SMS-based push notifications.
-
We don't, I'm trying to figure out if it's worthwhile to do or not. Maybe there are other reasons devs aren't making this type of game
-
AVENGER NO WAR reacted to a post in a topic: Lack of turn-based multiplayer games
-
I think the key is some sort of social integration. Eg I go to the game page and am given the option to play with a stranger (if one is available) or invite a friend to play with me. This is where the web really stands out... I can either invite them via Facebook, Twitter, ... or I can get a link to send to them however (email, a messaging app, ...). And since it's asynchronous, you would make the first move, then invite a friend. That situation is very different from going to a game with a room-based system, seeing all the rooms are empty, and leaving without playing. Zynga's 'with friends
-
tips4design reacted to a post in a topic: Cross-platform multiplayer game in JavaScript
-
There are very few asynchronous, turn-based HTML5 games out there (think Draw Something, Words with Friends, ...), which is really unfortunate because the web is a fantastic platform for that type of game. This forum is probably the best place to figure out why that is, and what can be done to fix it. So I ask, why haven't you made a turn-based multiplayer game?