Search found 141 matches

by MasterLee
Sat Jun 24, 2017 8:53 am
Forum: General
Topic: How would I make a Snake game in LÖVE?
Replies: 9
Views: 8297

Re: How would I make a Snake game in LÖVE?

What is good a worms styled games is that you only need an tilemap and an counter score for the gamestate. So but how about making an game. First define what will happen. Then try to convert it into an algorithm. So maybe the next thing you should do is to write up how an snake game is defined. Whic...
by MasterLee
Tue Jun 20, 2017 5:17 am
Forum: Support and Development
Topic: Developing directly on the Android system
Replies: 14
Views: 14655

Re: Developing directly on the Android system

Or use an UMPC like upcoming GPD Pocket.
by MasterLee
Sun Jun 18, 2017 3:15 pm
Forum: Support and Development
Topic: Developing directly on the Android system
Replies: 14
Views: 14655

Re: Developing directly on the Android system

I meant 2nd and 3rd mouse button
by MasterLee
Sat Jun 17, 2017 7:28 pm
Forum: Support and Development
Topic: Developing directly on the Android system
Replies: 14
Views: 14655

Re: Developing directly on the Android system

Also, i might be wrong on this, but i believe that löve on android can only use one specific folder to execute a (non-packed) project from, so that kinda limits you coding multiple projects concurrently, unless you like swapping files in and out of that one folder (or you can zip them up, rename th...
by MasterLee
Sat Jun 17, 2017 3:13 pm
Forum: Support and Development
Topic: Developing directly on the Android system
Replies: 14
Views: 14655

Re: Developing directly on the Android system

Download the love2d app on android. Download a code editor. Make a folder. Inside that do your main.lua file. Zip it as .love Open it with love2d app There is no need to zip it as .love simply open the main.lua with löve app. You will also want to buy a bluetooth keyboard and mouse for the developm...
by MasterLee
Fri Jun 16, 2017 3:05 pm
Forum: Support and Development
Topic: Music like in Nintendo games
Replies: 49
Views: 24578

Re: Music like in Nintendo games

Like, even if OpenMPT touts itself as a tracker with very correct replayers, it still has room for improvement. They fixed many thinks but now they need a compatible mode for old songs made with it https://wiki.openmpt.org/Manual:_Compatible_Playback But that is not important for game music. Simply...
by MasterLee
Fri Jun 16, 2017 8:01 am
Forum: Support and Development
Topic: Music like in Nintendo games
Replies: 49
Views: 24578

Re: Music like in Nintendo games

I actually thought it would be easier to start with something coded in an higher language. I read the source of some other trackers and many of them have large parts of code written assembly. One of the most interesting tracker players for sure was Deli Player for some formats it used emulation to u...
by MasterLee
Thu Jun 15, 2017 4:02 pm
Forum: Support and Development
Topic: Music like in Nintendo games
Replies: 49
Views: 24578

Re: Music like in Nintendo games

Fast Tracker 2 is on of the most widespread formats and many players exist
You can find Javascript code for playing it at:
https://www.a1k0n.net/code/jsxm/
by MasterLee
Wed Jun 14, 2017 5:23 pm
Forum: Support and Development
Topic: Can I make & color-cycle a palettized image in memory ?
Replies: 7
Views: 6844

Re: Can I make & color-cycle a palettized image in memory ?

Sorry there was an type i would say no native support. You can create image data like that: local data=love.image.newImageData(width,height) local image=love.graphics.newImage(data) image:setWrap("clamp","clamp") image:setFilter("nearest","nearest") now when y...
by MasterLee
Wed Jun 14, 2017 10:21 am
Forum: Support and Development
Topic: Music like in Nintendo games
Replies: 49
Views: 24578

Re: Music like in Nintendo games

PC Speaker has way better sound than you might expect https://www.youtube.com/watch?v=J42iN3HMB68 That's an Amstrad PC1512, an IBM PC Clone, with some interesting added features: It also worked on Highscreen Kompakt Serie III 286-16 also an PC Clone, also it worked on my uncles PC and all PCs of my...