Search found 1225 matches

by Davidobot
Tue Jan 12, 2021 12:57 pm
Forum: General
Topic: Wordsearch (HTML5 game)
Replies: 10
Views: 17722

Re: Wordsearch (HTML5 game)

Spent half an hour or so yesterday evening playing through it! I think it's really polished and I liked the "juice" and the variety of topics. The only comment I have to make is to ask whether it would be possible to make overlapping or close words not match in colour? I think that will ju...
by Davidobot
Fri Jan 01, 2021 7:14 pm
Forum: Games and Creations
Topic: Flatland: Another Perspective
Replies: 7
Views: 8263

Re: Flatland: Another Perspective

Wow! I do think you're onto something here :) I'll give the game a proper play when I have the time.

Just wanted to say that it reminded me of https://store.steampowered.com/app/4666 ... edestrian/
by Davidobot
Tue Dec 22, 2020 8:59 am
Forum: Ports
Topic: Love.js - A Direct Emscripten Port
Replies: 224
Views: 508121

Re: Love.js - A Direct Emscripten Port

gianmichele wrote: Mon Dec 21, 2020 11:24 pm I was playing some sheepolution games and all need chrome to run. Any reason for this? Will this ever run on mobile Safari?
The compatibility mode runs on nearly all browsers but has poor audio support right now.
by Davidobot
Mon Dec 21, 2020 9:15 pm
Forum: Libraries and Tools
Topic: Textured Polygons for All!
Replies: 144
Views: 101930

Re: Textured Polygons for All!

Xii wrote: Sun Dec 20, 2020 12:34 am Just popping in to say, this shader's great! I combined a color replacement shader with it and re-routed the whole thing through a Mesh for vertex color tinting. Lookin' good!
Super cool, Xii! Do you plan on realising your code as a library?
by Davidobot
Sat Nov 28, 2020 1:17 pm
Forum: Games and Creations
Topic: The Squarehouse
Replies: 11
Views: 10354

Re: The Squarehouse

Really polished for a first game. Love the particles and movement system. These smaller games would really benefit from being playable in a web-browser. (see: https://github.com/Davidobot/love.js)
by Davidobot
Mon Nov 23, 2020 9:11 am
Forum: Games and Creations
Topic: Labyrinth of Legendary Loot - turn-based roguelike released on itch.io and Google Play Store
Replies: 15
Views: 22005

Re: Labyrinth of Legendary Loot - turn-based roguelike released on itch.io

It's now available on Android! https://play.google.com/store/apps/details?id=com.dominaxisgames.android.labyrinthoflegendaryloot Bought! Looks really polished. I would have paid £2.50/3 honestly after playing through the PC version and seeing how polished it is. The majority of people will either: ...
by Davidobot
Mon Nov 23, 2020 9:07 am
Forum: General
Topic: TIC-80 CRT shader
Replies: 9
Views: 6317

Re: TIC-80 CRT shader

Not a conversion per se, but moonshine has a CRT shader.
by Davidobot
Tue Nov 10, 2020 2:42 pm
Forum: Games and Creations
Topic: nono: a game based on no
Replies: 36
Views: 52371

Re: nono: a game based on no

It was what I tried first. But it gives an error DOMException: A mutation operation was attempted on a database that did not allow mutations. Same for the demos linked on your github page Firefox 82 if it helps Can't reproduce on Firefox 82.0.2 on Windows 10 x64. The linked compat versions on the G...
by Davidobot
Mon Nov 09, 2020 3:46 pm
Forum: Games and Creations
Topic: nono: a game based on no
Replies: 36
Views: 52371

Re: nono: a game based on no

monolifed wrote: Sat Nov 07, 2020 1:04 pm Also old love.js worked better than the new one. Now it works on firefox too
Use the compatibility version if you'd like it to work on Firefox.
by Davidobot
Mon Oct 26, 2020 9:53 am
Forum: Ports
Topic: Love.js - A Direct Emscripten Port
Replies: 224
Views: 508121

Re: Love.js - A Direct Emscripten Port

I encountered another error. This one only happened sometimes. This was caused by my love.resize. I think it's because I used a variable in my love.resize that is created in another file that is required. So I think sometimes the resizing happens before the other file is required? Not sure if that ...