Search found 8 matches

by insignia
Wed Oct 09, 2024 7:52 pm
Forum: Games and Creations
Topic: Möbius Transformation
Replies: 2
Views: 14319

Re: Möbius Transformation

Looks cool! I couldn't quite understand why the yellow square is off centre with respect to the purple square though. I managed to centre it and make it symmetric but I'm not sure what I was doing as I haven't checked the math. The equation I used should hopefully (If God himself is willing...) be ...
by insignia
Wed Aug 28, 2024 7:28 pm
Forum: Games and Creations
Topic: Möbius Transformation
Replies: 2
Views: 14319

Möbius Transformation

For the past few weeks I've been trying to figure out a method for rendering hyperbolic geometry using Love 2d. At this point I figured out how to use Möbius transformations and here is my product. The equation I used should hopefully (If God himself is willing...) be a precursor to effectivly helpi...
by insignia
Thu Jul 11, 2024 12:53 am
Forum: Games and Creations
Topic: Cyclic - A tiny puzzle game.
Replies: 4
Views: 6079

Re: Cyclic - A tiny puzzle game.

Hello. Thank You for your game. I've some suggestions: More contrast, images. Bigger game. Help: explanations... Scenario with text and/or images, for example an alien is testing the player to know if humans are intelligent or not. Thanks. Thank you for this. The reason why I made the game without ...
by insignia
Wed Jul 10, 2024 3:08 pm
Forum: Games and Creations
Topic: Inserti
Replies: 0
Views: 8083

Inserti

Inserti is a puzzle game of mine that took me around a month to develop. For this project I had to program my own level editor because I wanted my game to have decently sized levels.

Here is my video of my speedrun:
https://www.youtube.com/shorts/m4G_khFOmR0
by insignia
Fri Jul 05, 2024 12:57 am
Forum: Games and Creations
Topic: 3D Test
Replies: 4
Views: 4909

Re: 3D Test

NoreoAlles wrote: Thu Jul 04, 2024 8:31 pm This reminds me a 3DSage´s GBA Minecraft game, just from the looks of it. Very cool project, i can imagine this would be awesome for puzzle game or maybe as a textured floor and ceiling for raycasters.
How nice of you! Yes I do see some potential in this.
by insignia
Thu Jul 04, 2024 11:39 am
Forum: Games and Creations
Topic: 3D Test
Replies: 4
Views: 4909

Re: 3D Test

That looks neat. Nice job figuring out the math. You should use love.update(dt) function and put your movement code there, instead of in love.draw() The dt parameter is the time between update-calls and you can use it as multiplier like this: if love.keyboard.isDown("down") then dtd[3] = ...
by insignia
Thu Jul 04, 2024 3:51 am
Forum: Games and Creations
Topic: 3D Test
Replies: 4
Views: 4909

3D Test

I have decided to attempt to create a 3d rendering system without any help involved. How did I do?
At some point I might use this system for creating some sort of puzzle game out of this.

Controls are: Up, Down, Left, Right Keys to move. Z and C keys to rotate the camera.
by insignia
Thu Jun 06, 2024 12:32 am
Forum: Games and Creations
Topic: Cyclic - A tiny puzzle game.
Replies: 4
Views: 6079

Cyclic - A tiny puzzle game.

Cyclic is a byte sized puzzle game with twelve unique levels revolving around pattern recognition and using what you learned to your advantage to solve puzzles! Up, Down, Left, Right, to move the player. Left Alt to level selection. About the development of Cyclic, because love 2d is a framework and...