Search found 39 matches

by ZBoyer1000
Sat Mar 26, 2016 5:52 am
Forum: General
Topic: Free game resources
Replies: 168
Views: 647816

Re: Free game resources

I have something that might be useful for most people creating tile based games. The tiles are 11 x 11 pixels each. All of the tiles are separated by a colored pixel to prevent myself from overwriting other tiles and to keep things organized and also, these tiles are in grey-scale so they can be col...
by ZBoyer1000
Sun Mar 13, 2016 9:57 pm
Forum: Support and Development
Topic: LOVE on Raspberry Pi?
Replies: 11
Views: 13387

Re: LOVE on Raspberry Pi?

I'll try that. If it does not work, I will have to mess around for awhile. Anyways, thanks for your help.
by ZBoyer1000
Sun Mar 13, 2016 6:12 pm
Forum: Support and Development
Topic: LOVE on Raspberry Pi?
Replies: 11
Views: 13387

Re: LOVE on Raspberry Pi?

That's pretty neat! I will consider this, but there is one last question. Is it possible to install LOVE 2d with Windows 10 IoT Core Insider Preview? :)
by ZBoyer1000
Sun Mar 13, 2016 2:15 am
Forum: Support and Development
Topic: LOVE on Raspberry Pi?
Replies: 11
Views: 13387

LOVE on Raspberry Pi?

Is there an operating system for the Raspberry Pi 3 that works with LOVE 2d? If so, what is the best operating system for it?
:ultraglee:
by ZBoyer1000
Sat Mar 05, 2016 9:56 pm
Forum: Libraries and Tools
Topic: Simple Gui System
Replies: 3
Views: 2729

Simple Gui System

I quickly made a simple gui system. It might not be the best one around but it does give basic features. Most things are at your fingertips except for rotation which has not been implemented yet. It has support for layering, element deletion, element appearing and disappearing, element creation with...
by ZBoyer1000
Thu Feb 25, 2016 5:53 pm
Forum: General
Topic: Cross Compatability between systems?
Replies: 7
Views: 6891

Cross Compatability between systems?

I'm wondering about something. Is it possible for multiple operating systems using LOVE and problably Android with LOVE to be connected to a single server or locally without issues? ;)
by ZBoyer1000
Mon Feb 08, 2016 11:13 pm
Forum: General
Topic: Ways for improving code?
Replies: 2
Views: 1072

Re: Ways for improving code?

Thank you!
by ZBoyer1000
Sun Feb 07, 2016 10:23 pm
Forum: General
Topic: Ways for improving code?
Replies: 2
Views: 1072

Ways for improving code?

I'm currently stuck on trying to find ways to improve the code I created. Is there any way to make parts of it smaller? :D
--W to change maps
--Up/Down to make a player jump
by ZBoyer1000
Mon Jan 18, 2016 5:36 am
Forum: General
Topic: Very simple text editor
Replies: 1
Views: 1153

Very simple text editor

During my free time while working on things, I have created a simple text editor for anyone to use. It might be useful for some people. :nyu:
by ZBoyer1000
Sat Jan 16, 2016 9:56 pm
Forum: Support and Development
Topic: Trouble with my collision detector/resolver
Replies: 6
Views: 1792

Re: Trouble with my collision detector/resolver

Alright. Fine. I will just try to do this myself.