Search found 384 matches

by Santos
Sat Nov 28, 2020 7:19 am
Forum: General
Topic: Simple game tutorials
Replies: 18
Views: 29860

Re: Simple game tutorials

I've updated these tutorials so that you can see the full code at each step, and I've also ported them to Python/Pygame Zero.
by Santos
Wed Oct 09, 2019 9:57 am
Forum: General
Topic: Offline LÖVE documentation for download
Replies: 106
Views: 610196

Re: Offline LÖVE documentation for download

Dear Slime, Bartbes, Rude, any other devs, and everyone else in the world, I'd like to propose to you all (not like that ) that you consider using something like love-api as the official documentation for future versions of LOVE. tl;dr: It means better docs can be generated, and IDEs can use it for ...
by Santos
Thu Oct 03, 2019 11:23 am
Forum: Libraries and Tools
Topic: Particle system playground
Replies: 4
Views: 8634

Re: Particle system playground

This has been updated for LÖVE 11.
by Santos
Wed Oct 02, 2019 2:26 pm
Forum: General
Topic: A Lua "game framework" with 10 functions, 3 callbacks, and 3 settings
Replies: 10
Views: 12974

Re: A Lua "game framework" with 10 functions, 3 callbacks, and 3 settings

Apologies to josefnpat and kikito, I should have put this on GitHub before for the reasons you gave.

It's there now: https://github.com/santoslove/mini-lua-game-framework

Not much has changed except I've put all the functions into one table.
by Santos
Wed Oct 02, 2019 12:52 pm
Forum: General
Topic: Offline LÖVE documentation for download
Replies: 106
Views: 610196

Re: Offline LÖVE documentation for download

I found the URL love2d-community.github.io/love-api a bit hard to remember, so I've updated loveref.github.io

I've also added a note at the top about it being unofficial and incomplete, and instructions on saving it for offline viewing.
by Santos
Tue Aug 28, 2018 1:13 pm
Forum: General
Topic: Need help with my 1st simple game
Replies: 3
Views: 4262

Re: Need help with my 1st simple game

Hi Gypsy! I think the experience that you had of trying to do something beyond your current capabilities (and being frustrated because of it) is very relatable. I'm glad you've started again from square one. It can be daunting and confusing and, again, frustrating because of the gap between what you...
by Santos
Sun Aug 26, 2018 3:17 pm
Forum: General
Topic: Simple game tutorials
Replies: 18
Views: 29860

Re: Simple game tutorials

I've added two new tutorials: a simplified version of Asteroids and a Simon-like game.

https://simplegametutorials.github.io/asteroids/

Image

https://simplegametutorials.github.io/repeat/

Image
by Santos
Sun Dec 31, 2017 1:08 pm
Forum: Libraries and Tools
Topic: Particle system playground
Replies: 4
Views: 8634

Re: Particle system playground

It won't as it is, partly because LOVE 0.11.0 adds some new methods to ParticleSystems, "set/getAreaSpreadAngle" and "set/getAreaSpreadIsRelativeDirection". I suspect it won't be long until LOVE 0.11.0 is released though. :)
by Santos
Sun Dec 31, 2017 1:08 pm
Forum: General
Topic: Single-page introduction to LÖVE
Replies: 2
Views: 3578

Re: Single-page introduction to LÖVE

I also think the home page is pretty great just as it is, and I also don't think everything being the same page is so beneficial (why I mentioned it so prominently in the original post then, I don't know :P). I suppose there are two things that I was trying to bring to the table with this: awesome-l...
by Santos
Sat Dec 02, 2017 4:45 am
Forum: General
Topic: Single-page introduction to LÖVE
Replies: 2
Views: 3578

Single-page introduction to LÖVE

I tried to write a single-page introduction to what LÖVE is and terms and concepts related to LÖVE's API. The goal is that after reading it, a new LÖVE user would be able to make more sense of the API information on the wiki. It's basically a combination of the information on the home page , Getting...