Search found 611 matches

by Jeeper
Sat Aug 01, 2020 4:54 pm
Forum: Support and Development
Topic: I tried using Atom to edit but it keep getting this bug
Replies: 4
Views: 4691

Re: I tried using Atom to edit but it keep getting this bug

To elaborate on what Zorg said; The error code tells us where in your code the error is, but we can't tell you what the problem is unless we can see your code. Imagine you wrote a book and your editor tells you there is a spelling mistake in the first sentence on page 439, that's basically whats goi...
by Jeeper
Fri Jul 31, 2020 7:18 pm
Forum: General
Topic: Löve beginner tutorial [Youtube] All 6 episodes are out!
Replies: 9
Views: 8882

Re: Löve tutorial series [Youtube] E4 released!

Just released Episode 4, in this episode I cover AABB collision detection and add a ball for the game.



That's the 4th video in the series out of 6 in total. I am already planning the next tutorial series, and would love any feedback you have for me on how to improve it going forward :)
by Jeeper
Wed Jul 29, 2020 6:36 pm
Forum: General
Topic: Löve beginner tutorial [Youtube] All 6 episodes are out!
Replies: 9
Views: 8882

Re: Löve tutorial series [Youtube]

:awesome: Whenever I see a tutorial, I try to step back from the point of view of a noob. So far, I can say that your videos are on a high-quality polished level. The concise but meaningful definitions, the flow, even the overall presentation. Personally, I find it "too slow because I want to ...
by Jeeper
Mon Jul 27, 2020 7:03 pm
Forum: General
Topic: Löve beginner tutorial [Youtube] All 6 episodes are out!
Replies: 9
Views: 8882

Re: Löve tutorial series [Youtube]

Thanks a lot for this tutorial. Gonna dig it on weekends. Hey, glad to hear your going to watch it, let me know what you think. I am not used to making videos, so I am open for feedback :) Just released episode two, also outlined the episodes that will come in the OP. xRKIIV4-cfk This episode goes ...
by Jeeper
Mon Jul 27, 2020 7:00 pm
Forum: General
Topic: [Game Jam, Aug 28-31] Board Game + ??? = AWESOMENESS
Replies: 4
Views: 4101

Re: [Game Jam, Aug 28-31] Board Game + ??? = AWESOMENESS

Hey dude! Long time no chat. I keep seeing your games pop up on Twitter and the Projects board here - they're all so cool! I really loved Final Voyage and Cardcade. The amount of polish you put into your jam games is just phenomenal! I love board games, would it be "ok" to create an origi...
by Jeeper
Fri Jul 24, 2020 7:23 pm
Forum: General
Topic: [Game Jam, Aug 28-31] Board Game + ??? = AWESOMENESS
Replies: 4
Views: 4101

Re: [Game Jam, Aug 28-31] Board Game + ??? = AWESOMENESS

Sounds really cool, I will join if I have time :)

I love board games, would it be "ok" to create an original board game? So not just remaking an existing board-game, but rather coming up with your own.

Either way I hope I can join :)
by Jeeper
Fri Jul 24, 2020 6:38 pm
Forum: General
Topic: Löve beginner tutorial [Youtube] All 6 episodes are out!
Replies: 9
Views: 8882

Löve beginner tutorial [Youtube] All 6 episodes are out!

For a long time (think years) I have been interested in making a tutorial series on Löve. I have actually started to make one 4 times in the past, but ultimately scrapped them and shelved the idea. That's why I am very happy to finally be able to announce that this time is different :awesome: I have...
by Jeeper
Mon Jul 13, 2020 4:04 pm
Forum: Games and Creations
Topic: Soul Control - An Asymmetrical Local Multiplayer Platformer Game (ALMPG for short)
Replies: 0
Views: 6467

Soul Control - An Asymmetrical Local Multiplayer Platformer Game (ALMPG for short)

https://love2d.org/imgmirrur/YePeC1q.png Two ghosts fight over the possession of one poor human. Player one starts controlling the character and needs to run all the way to the right and destroy the red urn. Player two controlls a Ghost and tries to kill the character. If the character is killed, t...
by Jeeper
Mon Jul 13, 2020 10:43 am
Forum: Games and Creations
Topic: My First ever Game/Project
Replies: 9
Views: 8103

Re: My First ever Game/Project

It really annoys me (and I guess the creator!) that people talk crap about Push, when the problem is with the CS50 course and not the library. The course is using an outdated version, and that's not the fault of the library. If you get it from its origin https://github.com/Ulydev/push, it works lik...
by Jeeper
Fri Jun 19, 2020 10:14 pm
Forum: Support and Development
Topic: Attempt to index global player
Replies: 2
Views: 2396

Re: Attempt to index global player

You make a table named "Player", with a capital P. But then in most of the code you type "player.variable" with a lowercase p. Though I would recommend sticking to using "self" as you do when you declare the player width.