New and LOVEing it!

General discussion about LÖVE, Lua, game development, puns, and unicorns.
Post Reply
User avatar
OroscoC
Prole
Posts: 2
Joined: Fri Jun 10, 2011 2:28 am
Location: USA

New and LOVEing it!

Post by OroscoC »

Hi everyone.

I wanted to establish my newness toward the LOVE community and thought starting this topic would be the best idea. I am very new to the actions of creating a game and have always had ideas toward improving certain 2D platform mechanics and entire game ideas, just no clue how to get started or where to turn for help. I have done extensive research with multiple ways of creating games, including various already built engines and self-creating engine tutorials. Eventually I found LOVE and the simplicity of the code compared to others is what has drawn me in. I am a Graphic Designer by career choice and Electronical music producer by second hobby. I want to be able to combine my artistic ideas into games so, this is why I am here.

Any tips for someone completely new to everything code-wise would definitely help. As an artist I would be glad to contribute toward other projects whether it be music or art as well.

Thanks everyone.

http://chrisorosco.newgrounds.com/audio/ - Some of my music
http://chrisorosco.deviantart.com/ - Some of my art
User avatar
BlackBulletIV
Inner party member
Posts: 1261
Joined: Wed Dec 29, 2010 8:19 pm
Location: Queensland, Australia
Contact:

Re: New and LOVEing it!

Post by BlackBulletIV »

Welcome! Glad to see you here. Sounds like your journey in getting into game creation has been similar to mine, although I've always been a web developer/programmer.

The community is very willing to help, so don't hesitate to shout out if you need help with something.
User avatar
OroscoC
Prole
Posts: 2
Joined: Fri Jun 10, 2011 2:28 am
Location: USA

Re: New and LOVEing it!

Post by OroscoC »

Thanks Bullet. The journey here has been interesting because of how many years I have thought of this but never took any action. I am glad I finally did and found this engine with an active community. Do you have any tips or links to helpful tutorials for someone like me, being new as one can possibly get, with learning this code language?
User avatar
thelinx
The Strongest
Posts: 857
Joined: Fri Sep 26, 2008 3:56 pm
Location: Sweden

Re: New and LOVEing it!

Post by thelinx »

Well, there's Tutorial:Hamster Ball
User avatar
Kadoba
Party member
Posts: 399
Joined: Mon Jan 10, 2011 8:25 am
Location: Oklahoma

Re: New and LOVEing it!

Post by Kadoba »

Having no knowledge of lua or love I read through the first 7 chapters of http://www.lua.org/pil/ before I even touched love functions. It's actually not overly technical for a programming book but it's still fairly dry. Having a solid grasp on lua before getting knee deep in love really helped me out.
LuaWeaver
Party member
Posts: 183
Joined: Wed Mar 02, 2011 11:15 pm
Location: Ohio, USA

Re: New and LOVEing it!

Post by LuaWeaver »

Kadoba wrote:Having no knowledge of lua or love I read through the first 7 chapters of http://www.lua.org/pil/ before I even touched love functions. It's actually not overly technical for a programming book but it's still fairly dry. Having a solid grasp on lua before getting knee deep in love really helped me out.
So true, although I learned through experimentation with ROBLOX which uses Lua API, not lua. Like LOVE. Never go to ROBLOX, to much segregation, and the Lua is being locked up...
"your actions cause me to infer your ego is the size of three houses" -finley
shiftybill
Prole
Posts: 1
Joined: Sun Jun 19, 2011 5:18 am

Re: New and LOVEing it!

Post by shiftybill »

Hi everyone,

I'm new to LÖVE too, I learned some LUA a few years ago by messing around with LUA player on the PSP, it was really fun! I loved how simple and fast it was to get awesome results. I don't really have any tips besides reading through the wiki and to have fun!
User avatar
Ensayia
Party member
Posts: 399
Joined: Sat Jun 12, 2010 7:57 pm

Re: New and LOVEing it!

Post by Ensayia »

By far Lua's most prominent features is the excellent table data structure. A table is dynamically re-sizable and can hold everything from variables to functions to other tables. Tables and metatables can even be coerced into a form of object orientation.This explanation does not do them justice.

Most everything else will follow along much like other programming languages. I suggest you check out the user libraries on the LOVE wiki once you get underway.
Post Reply

Who is online

Users browsing this forum: No registered users and 61 guests