Page 1 of 5

Request Programs

Posted: Tue Mar 01, 2011 8:44 pm
by EMB
I have no imagination, so I can think of no good programming exercises that would get me doing something. Therefore I come to a nice community :P

Basically, ask me to make any sort of program you want; I'll give it a try.

Notes:
  • Doesn't have to be within LÖVE, can be anything at all.
  • Personally, I prefer the communication and encryption side of programing. (Will do other stuff though.)
  • I am a windows guy, if you want stuff for other platforms it must be web based. (Can do basic hosting.)
  • Don't be stupid.
  • Just because you ask, doesn't mean I have to do it.

Re: Request Programs

Posted: Tue Mar 01, 2011 8:45 pm
by EMB
IRC:
No longer needed.
Here is existing IRC library: https://github.com/JakobOvrum/LuaIRC

Global Highscores:
Yet to start.

Achievements:
Yet to start.

UPNP/Port Punching:
Yet to start.

Re: Request Programs

Posted: Tue Mar 01, 2011 9:07 pm
by TechnoCat
Make a pure-Lua IRC client library we can use for in-game chat lobbies.

Create a pure-Lua Upnp or port hole punching protocol library.

Re: Request Programs

Posted: Tue Mar 01, 2011 9:25 pm
by tentus
Make an achievement sharing system for Love. Something that we could link up to our forum usernames would be the nicest.

Re: Request Programs

Posted: Tue Mar 01, 2011 9:30 pm
by nevon
Make a secure system for global highscores.

Re: Request Programs

Posted: Tue Mar 01, 2011 9:46 pm
by EMB
IRC shouldn't be hard, I have found a library doing everything but sending. (I know WTF?)
Upnp/port punching I don't quite see the point of; elaborate it's use and I may consider.
Achievements, that sounds fun.
Global Highscores, that sounds even more fun :P

Think I'll start on IRC and then move onto global highscores, unless something cooler comes up :3

Re: Request Programs

Posted: Tue Mar 01, 2011 9:48 pm
by nevon
EMB wrote:Upnp/port punching I don't quite see the point of; elaborate it's use and I may consider.
It's needed for online multiplayer unless you want to have to make the user set up port forwarding.

Re: Request Programs

Posted: Tue Mar 01, 2011 9:50 pm
by EMB
What for, servers? They traditionally require port forwarding anyway, and there is no reason to change that. (If you can't port forward or find workarounds, you shouldn't be hosting a server.)

Re: Request Programs

Posted: Tue Mar 01, 2011 10:03 pm
by kalle2990
tentus wrote:Make an achievement sharing system for Love. Something that we could link up to our forum usernames would be the nicest.
+1 :)
This would indeed be epic.

Re: Request Programs

Posted: Tue Mar 01, 2011 10:08 pm
by TechnoCat
EMB wrote:Upnp/port punching I don't quite see the point of; elaborate it's use and I may consider.
Achievements, that sounds fun.
If I make a small 2 player game that is over the internet, I don't want to force them to setup port-forwarding in their router to play a brief game.
kalle2990 wrote:
tentus wrote:Make an achievement sharing system for Love. Something that we could link up to our forum usernames would be the nicest.
+1 :)
This would indeed be epic.
I like this idea too, but it seems to be out of the scope of ordinary lovers.