One Point Left

Show off your games, demos and other (playable) creations.
User avatar
sieben07
Prole
Posts: 7
Joined: Wed May 16, 2012 5:17 pm

One Point Left

Post by sieben07 »

It shall become a jump and shoot riddle game.

Image

At the moment its just a room made of shootable tiles
and a jumping, running and shooting sprite with animations.

Jumping: key up or key a.
Shooting: key space or key s.
Moving: key left and key right.

I took some ideas with permission from headchant's amazing tutorials:
http://www.headchant.com/2010/11/26/lov ... llo-world/

Solved:
I want to give it a "I don't care if it blows up your pc or any other electronic device in your household - do what you want with the code" License.
Whats the best License/Way to make that clear?

Uses MIT License.

You can find the source code here.
https://github.com/sieben07/OPL.git
Last edited by sieben07 on Sat Oct 13, 2012 3:23 pm, edited 2 times in total.
what i am working on: https://github.com/sieben07/OPL
coffee
Party member
Posts: 1206
Joined: Wed Nov 02, 2011 9:07 pm

Re: One Point Left

Post by coffee »

sieben07 wrote: I want to give it a "I don't care if it blows up your pc or any other electronic device in your household - do what you want with the code" License.
Whats the best License/Way to make that clear?
You didn't say if your game is intended to have an open-source license or not. But actually almost all open-source licenses have that point noted and assured. Why don't look at LOVE license?
https://bitbucket.org/rude/love/src/a66 ... icense.txt
Copyright (c) 2006-2012 LOVE Development Team

This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
arising from the use of this software.

Permission is granted to anyone to use this software for any purpose,
including commercial applications, and to alter it and redistribute it
freely, subject to the following restrictions:

1. The origin of this software must not be misrepresented; you must not
claim that you wrote the original software. If you use this software
in a product, an acknowledgment in the product documentation would be
appreciated but is not required.

2. Altered source versions must be plainly marked as such, and must not be
misrepresented as being the original software.

3. This notice may not be removed or altered from any source
distribution.
I didn't understood if you asking for feedback about your game. Anyway is looking even that really imho need to improve jump.
User avatar
Lafolie
Inner party member
Posts: 809
Joined: Tue Apr 05, 2011 2:59 pm
Location: SR388
Contact:

Re: One Point Left

Post by Lafolie »

MIT license is what you're looking for.

http://en.wikipedia.org/wiki/MIT_License
Wikipedia wrote:Copyright (C) <year> <copyright holders>

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Do you recognise when the world won't stop for you? Or when the days don't care what you've got to do? When the weight's too tough to lift up, what do you? Don't let them choose for you, that's on you.
User avatar
qaisjp
Party member
Posts: 490
Joined: Tue Sep 04, 2012 10:49 am
Location: United Kingdom
Contact:

Re: One Point Left

Post by qaisjp »

This is what you want:
http://sam.zoy.org/wtfpl/
Do What The Fuck You Want To Public License

Code: Select all

 DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE 
                    Version 2, December 2004 

 Copyright (C) 2004 Sam Hocevar <sam@hocevar.net> 

 Everyone is permitted to copy and distribute verbatim or modified 
 copies of this license document, and changing it is allowed as long 
 as the name is changed. 

            DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE 
   TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION 

  0. You just DO WHAT THE FUCK YOU WANT TO. 
its real
Lua is not an acronym.
coffee
Party member
Posts: 1206
Joined: Wed Nov 02, 2011 9:07 pm

Re: One Point Left

Post by coffee »

qaisjp wrote:This is what you want:
http://sam.zoy.org/wtfpl/
Do What The Fuck You Want To Public License

Code: Select all

 DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE 
                    Version 2, December 2004 

 Copyright (C) 2004 Sam Hocevar <sam@hocevar.net> 

 Everyone is permitted to copy and distribute verbatim or modified 
 copies of this license document, and changing it is allowed as long 
 as the name is changed. 

            DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE 
   TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION 

  0. You just DO WHAT THE FUCK YOU WANT TO. 
its real
Seems it's also real that you didn't got sleben07's worries. Besides be offensive, don't protect and save the software maker.
Lafolie,(not trying entering in some license war don't worry) but do you feel there is something wrong with LOVE license?
User avatar
qaisjp
Party member
Posts: 490
Joined: Tue Sep 04, 2012 10:49 am
Location: United Kingdom
Contact:

Re: One Point Left

Post by qaisjp »

coffee wrote:Seems it's also real that you didn't got sleben07's worries. Besides be offensive, don't protect and save the software maker.
Lafolie,(not trying entering in some license war don't worry) but do you feel there is something wrong with LOVE license?
Was that being directed at me (saying I am offensive) or just at the license... I don't try to be mean.. :/
Lua is not an acronym.
User avatar
sieben07
Prole
Posts: 7
Joined: Wed May 16, 2012 5:17 pm

Re: One Point Left

Post by sieben07 »

@qaisjp
I think we have the same sense of humor.
@coffee
You are right, besides giving me a good laugh, its not realy something i would write under my source.
@Lafolie
I think i will go with the MIT License. Thank you.

@all
Now give me your worst/best critics you have for my project.
Only that way the game will become better.
what i am working on: https://github.com/sieben07/OPL
User avatar
Robin
The Omniscient
Posts: 6506
Joined: Fri Feb 20, 2009 4:29 pm
Location: The Netherlands
Contact:

Re: One Point Left

Post by Robin »

qaisjp wrote:its real
It's real, but it's also not drafted by lawyers, which might mean it wouldn't count in court.
Help us help you: attach a .love.
User avatar
Lafolie
Inner party member
Posts: 809
Joined: Tue Apr 05, 2011 2:59 pm
Location: SR388
Contact:

Re: One Point Left

Post by Lafolie »

coffee wrote: Lafolie,(not trying entering in some license war don't worry) but do you feel there is something wrong with LOVE license?
What are you talking about? I never referred to LÖVE or it's license, you posted that.

No problem, sieben07, I use it too, it's compact, neat and worded correctly.
Do you recognise when the world won't stop for you? Or when the days don't care what you've got to do? When the weight's too tough to lift up, what do you? Don't let them choose for you, that's on you.
User avatar
sieben07
Prole
Posts: 7
Joined: Wed May 16, 2012 5:17 pm

Re: One Point Left

Post by sieben07 »

coffee wrote: I didn't understood if you asking for feedback about your game. Anyway is looking even that really imho need to improve jump.
I improved jump now... i hope.
And added shootable/destroyable and non destroyable tiles, with color :awesome:
what i am working on: https://github.com/sieben07/OPL
Post Reply

Who is online

Users browsing this forum: No registered users and 1 guest