Search found 29 matches

by kingnoob
Sun Dec 31, 2023 7:31 am
Forum: Games and Creations
Topic: Started My Very First Love2d Game
Replies: 25
Views: 319672

Re: Started My Very First Love2d Game

Hi you should add version numbers to your filenames, otherwise it quickly gets confusing. Anyway, I tried the version from this post https://love2d.org/forums/viewtopic.php?p=258162#p258162 (I believe) and it instantly hangs up. (Program not responding, have to close it via task manager) In initiat...
by kingnoob
Sun Dec 31, 2023 4:08 am
Forum: Games and Creations
Topic: Started My Very First Love2d Game
Replies: 25
Views: 319672

Re: Started My Very First Love2d Game

I'm almost done with the SendShips panel. There are 4 more buttons I want to put at the bottom. I could probably get it done tonight but I will be relaxing with a movie instead! It is all draw instructions until it is done then the permanent features will be taken out and drawn once to a canvas. Cli...
by kingnoob
Sat Dec 30, 2023 5:38 am
Forum: General
Topic: New User / Game Idea Help
Replies: 5
Views: 26527

Re: New User / Game Idea Help

The style of the game is ancient. And the ui is just the keyboard. Today everyone has a mouse. So just use the mouse ui built into love2d. Left button to move to a door. Right mouse button to interact. A popup if there are choices or a popup that says the door is locked. So for every scene there is ...
by kingnoob
Fri Dec 29, 2023 7:16 pm
Forum: Games and Creations
Topic: In the Heavens - Demo 0.1.12
Replies: 54
Views: 913693

Re: In the Heavens - Demo 0.1.10

Very smooth which gives a good feeling. But I'm no good at these kind of games and that gives me a bad feeling when I play. I want the dragon to be smart enough to not crash into the ground or a cliff wall. The dragon should have some mind of its own and not do some things. Just a thought.
by kingnoob
Thu Dec 28, 2023 6:11 pm
Forum: Games and Creations
Topic: Started My Very First Love2d Game
Replies: 25
Views: 319672

Re: Started My Very First Love2d Game

Dragging a line is just a way of showing that selection is in progress. But I should have mentioned that. Soon I'll make a readme that can be updated as progress is made. I meant having an option to drag a line from one planet to another as an alternative to clicking first and clicking second. I tr...
by kingnoob
Thu Dec 28, 2023 6:08 pm
Forum: Games and Creations
Topic: Started My Very First Love2d Game
Replies: 25
Views: 319672

Re: Started My Very First Love2d Game

Houston we have liftoff! It is a real game now!! :awesome: It is still pre alpha or maybe even pre pre alpha but it is playable. The AI is the simplest (and stupidest) AI I can make that is just above random. It can and will give one grief at times. The game starts off paused. Toggle paused by right...
by kingnoob
Thu Dec 28, 2023 5:44 pm
Forum: Games and Creations
Topic: Started My Very First Love2d Game
Replies: 25
Views: 319672

Re: Started My Very First Love2d Game

Bobble68 wrote: Thu Dec 28, 2023 1:37 pm There are always alternatives to using globals - one I would recommend is using requires to replace them
I will study this and spiff up the code when I understand it better. Though most of the globals are used in more than one module/file. I just need to study it for awhile. Thanks
by kingnoob
Thu Dec 28, 2023 5:38 pm
Forum: Games and Creations
Topic: Started My Very First Love2d Game
Replies: 25
Views: 319672

Re: Started My Very First Love2d Game

So maybe I should just zip the files and not the folder? I'll try that. Okay done. Thanks Very simple space game indeed. It took me a minute to understand what a player should be doing. Dragging a line would help in addition to clicks. Also it's not clear what the starting planet is and also why in...
by kingnoob
Thu Dec 28, 2023 12:57 pm
Forum: Games and Creations
Topic: Started My Very First Love2d Game
Replies: 25
Views: 319672

Re: Started My Very First Love2d Game

Probably incorrectly packaged: Error [love "boot.lua"]:321: No code to run Your game might be packaged incorrectly. Make sure main.lua is at the top level of the zip. Traceback [love "callbacks.lua"]:228: in function 'handler' [C]: in function 'error' [C]: in function 'xpcall' [...
by kingnoob
Thu Dec 28, 2023 7:42 am
Forum: Games and Creations
Topic: Started My Very First Love2d Game
Replies: 25
Views: 319672

Re: Started My Very First Love2d Game

Another long day and some nice progress. All that remains to be done now to have a pre alpha but playable game is to write the computer players AI. As it is now the human player can send ships to planets in range and conquer the galaxy with no opposition. Napoleon, Hitler and P___n sure could of use...