Search found 131 matches

by steVeRoll
Tue Oct 31, 2023 7:21 pm
Forum: Games and Creations
Topic: I published my first game with Love2d - Fire at Will (with source code)
Replies: 11
Views: 8856

Re: My first game with Love2d: Fire at Will

The site they're selling it on seems to have a trend of low-quality games being sold for absurd prices... I'm not really sure what that's all about.
by steVeRoll
Tue Oct 10, 2023 3:44 am
Forum: Games and Creations
Topic: 3D Interactive Rubik's Cube
Replies: 2
Views: 6062

Re: 3D Interactive Rubik's Cube

togFox wrote: Mon Oct 09, 2023 9:33 pm Grove's 3d?

Looks very nice. :)
Thanks!

For the 3D I used a set of helper functions called R3 made by a13x-B, that let you use a bunch of 3D transformations as love.graphics transforms. For everything else I used löve's built-in features.
by steVeRoll
Mon Oct 09, 2023 7:54 pm
Forum: Games and Creations
Topic: 3D Interactive Rubik's Cube
Replies: 2
Views: 6062

3D Interactive Rubik's Cube

Here is my coolest 3D project yet - an interactive Rubik's cube! love_r9uPWPweO5.png It's missing a few comfort features, and features that would actually make you want to solve the cube (like shuffling it), but otherwise it's a perfectly functional Rubik's cube that you can play around with. Right ...
by steVeRoll
Fri Dec 30, 2022 8:11 pm
Forum: General
Topic: Java Love2D?
Replies: 12
Views: 3552

Re: Java Love2D?

Maybe try Love2dCS? It's a port of löve to C#, which is a fairly similar language to Java.
(Even better if you ask me.)
by steVeRoll
Wed Aug 03, 2022 2:14 pm
Forum: Games and Creations
Topic: Mono Warp - A short monochrome shoot em up
Replies: 10
Views: 4967

Re: Mono Warp - A short monochrome shoot em up

Please also provide a .love file so that people on other systems will be able to play as well.
by steVeRoll
Thu Jun 23, 2022 12:31 am
Forum: Support and Development
Topic: how do you make doors?
Replies: 5
Views: 2340

Re: how do you make doors?

I agree with milon on this one. Please decide what game you want at all, decide what it looks like, how the player moves, etc.. And only then add in the doors.
by steVeRoll
Sat Mar 06, 2021 10:17 pm
Forum: Support and Development
Topic: Getting Image Data of Image
Replies: 4
Views: 3172

Re: Getting Image Data of Image

I guess you talking about https://love2d.org/wiki/(Image):getData If you read the big red warning at the top, you'll see that this function is removed since love 11.0. And like the warning suggests, there is no way to get an ImageData from an Image anymore - instead, you should first create an Imag...
by steVeRoll
Wed Feb 24, 2021 7:56 pm
Forum: Games and Creations
Topic: Choco-Ball Roll!
Replies: 1
Views: 3646

Choco-Ball Roll!

This game was made in 3 days for LÖVE Jam 2021.
Can you help the chocolate ball get through 6 challenging chocolatey levels??
https://steveroll.itch.io/choco-ball-roll

Image
by steVeRoll
Wed Feb 24, 2021 7:50 pm
Forum: Games and Creations
Topic: A very simple snake game
Replies: 4
Views: 6779

Re: A very simple snake game

This game changed my life! Everyone should try it.
by steVeRoll
Mon Dec 07, 2020 9:48 pm
Forum: Games and Creations
Topic: The Squarehouse
Replies: 11
Views: 10330

Re: The Squarehouse

Then you can make multiple audio sources for each laser, and use the setPosition method on them to position them in the same place where they are in the world (Make sure that they are also set to relative ). Then, use love.audio.setPosition to set the position of the listener to where the player cur...