Search found 86 matches

by whitebear
Sun Aug 28, 2016 8:55 pm
Forum: Libraries and Tools
Topic: love.ulydev.com - share and play your games online!
Replies: 40
Views: 24188

Re: love.ulydev.com - share and play your games online!

Is this basic node js? could I technically just put this repo on my raspberry pi and host it from there?
by whitebear
Sun Aug 21, 2016 9:34 am
Forum: Games and Creations
Topic: Babel - a cross between Tetris and Scrabble
Replies: 9
Views: 8018

Re: Babel - a cross between Tetris and Scrabble

This would be very cool on mobile. With bottom of the screen holding virtual left and right keys and touch drag for words.
by whitebear
Fri Aug 12, 2016 2:16 pm
Forum: Libraries and Tools
Topic: sock.lua - A simple networking library for LÖVE
Replies: 80
Views: 72380

Re: sock.lua - A simple networking library for LÖVE

I am curious, what license is this under.
by whitebear
Tue Jul 26, 2016 12:01 pm
Forum: Games and Creations
Topic: Bomb Jockey
Replies: 8
Views: 7554

Re: Bomb Jockey

Very solid. For free pc highscore service I could suggest: http://dreamlo.com/
by whitebear
Thu Jul 21, 2016 2:48 pm
Forum: Games and Creations
Topic: My projects and demos
Replies: 95
Views: 49870

Re: My projects and demos

A note about using math.random(). When you set the seed, the algorithm starts from beginning and often the first few iterations are close to being the same. I suggest poping few random numbers before using it for randomization.
by whitebear
Wed Jul 20, 2016 9:33 am
Forum: Libraries and Tools
Topic: wave - a sound manager with audio parsing and rhythm functionalities
Replies: 16
Views: 12233

Re: wave - a sound manager with audio parsing and rhythm functionalities

I've recently messed with this lib and some of my own audio scripts. BUG: Using this along with love's own audio stuff has some conflicts (I got crash when I tried to use :play() function of normal love.audio source) SUGGESTION: Built in key change. I wrote it into my own script but thought it might...
by whitebear
Wed Jul 20, 2016 9:20 am
Forum: Games and Creations
Topic: Alkonost
Replies: 2
Views: 2923

Re: Alkonost

You need to add video as promo material if you intend to sell this. From the screenshots it looks like asteroids clone. I've played plenty of free ones.
by whitebear
Sat Jul 02, 2016 8:47 am
Forum: Games and Creations
Topic: Chessboard
Replies: 35
Views: 22262

Re: Chessboard

I love the classic font style chess board. I am so tempted to fork this.
by whitebear
Fri Jun 03, 2016 2:54 pm
Forum: Libraries and Tools
Topic: Grid (game engine)
Replies: 48
Views: 40516

Re: Grid (game engine)

Documentation would be fun to have as download from drop box or something if you don't want to maintain it on your website.