Search found 35 matches

by adekto
Sun May 22, 2016 10:03 pm
Forum: Libraries and Tools
Topic: slider. mobile game with a slider
Replies: 6
Views: 4603

Re: slider. mobile game with a slider

yes exactly, its a bit tricky and there is not realy a lose condition and it will add a couple enemy's every time probably until the enemy count is more then love can handle, im open to sugestions. its more tricky on pc then its on a touch screen i feel also selecting a character is just on a timer ...
by adekto
Sun May 22, 2016 7:04 pm
Forum: Libraries and Tools
Topic: slider. mobile game with a slider
Replies: 6
Views: 4603

Re: slider. mobile game with a slider

Nixola wrote:Tried on Android. Did not understand.
im sorry what seems to be the problem exactly?
idk if theres a code difrence for the .love file on android compared to ios
or is it just the wierd controles?
by adekto
Sun May 22, 2016 1:25 pm
Forum: Libraries and Tools
Topic: slider. mobile game with a slider
Replies: 6
Views: 4603

slider. mobile game with a slider

small project, its bit of a mess but its using maid64 for the display and has glsl shader to curve it.
i made it to test games on mobile (ios specificly)

not sure if it got any potential
1.jpg
1.jpg (217.18 KiB) Viewed 4603 times
2.jpg
2.jpg (152.18 KiB) Viewed 4603 times
by adekto
Thu Apr 07, 2016 9:28 am
Forum: Libraries and Tools
Topic: [lib] maid64 - easy low resolution scaling system
Replies: 14
Views: 14758

Re: [lib] maid64 - square low resolution system

qubodup wrote:
surfacetoairmissiles wrote:I wont bother uploading a .love since
How about a github repo instead? :monocle:
https://github.com/adekto/maid64
by adekto
Wed Apr 06, 2016 6:25 pm
Forum: Libraries and Tools
Topic: [lib] maid64 - easy low resolution scaling system
Replies: 14
Views: 14758

Re: [lib] maid64 - easy low resolution scaling system

i see thank you surfacetoairmissiles i have used your code to to patch up a new version of the library (version 1.1) new features: restructured library code (thanks to surfacetoairmissiles) added maid64.newImage for easyer image loading added optional second parameter to maid64.setup so you are no l...
by adekto
Sat Apr 02, 2016 9:59 am
Forum: Libraries and Tools
Topic: [lib] maid64 - easy low resolution scaling system
Replies: 14
Views: 14758

Re: [lib] maid64 - square low resolution system

not sure if i should add a shader selection to maid64, any ideas or sugestions? made a cga mode and some others just to try it out, never done anything like this mode = { [[ // mode 1 - CGA mode vec4 effect( vec4 color, Image texture, vec2 texture_coords, vec2 screen_coords ) { vec4 texcolor = Texel...
by adekto
Sat Apr 02, 2016 6:51 am
Forum: Libraries and Tools
Topic: [lib] maid64 - easy low resolution scaling system
Replies: 14
Views: 14758

Re: [lib] maid64 - square low resolution system

whoops, il try and fix that, im not to happy about it and will probebly change.

maybe something not to well explained is the init parameter you can change, for example if you like the pico8 resolution:

Code: Select all

--initilizing maid64 for 128x128
    maid64(128)
    
by adekto
Fri Apr 01, 2016 3:28 am
Forum: Libraries and Tools
Topic: [lib] maid64 - easy low resolution scaling system
Replies: 14
Views: 14758

Re: [lib] maid64 - square low resolution system

pixelated font, hopfully its readeble (have to test it still)
lowfontA.png
lowfontA.png (15.42 KiB) Viewed 11276 times

Code: Select all

pixelfont = love.graphics.newImageFont("lowfontA.png",
    " abcdefghijklmnopqrstuvwxyz" ..
    "ABCDEFGHIJKLMNOPQRSTUVWXYZ0" ..
    "123456789.,!?-+/():;%&`'*#=[]\"")
by adekto
Thu Mar 31, 2016 4:34 am
Forum: Libraries and Tools
Topic: [lib] maid64 - easy low resolution scaling system
Replies: 14
Views: 14758

[lib] maid64 - easy low resolution scaling system

i made this for this upcoming jam: https://itch.io/jam/lowrezjam2016 made this so its easy to get to work on a low resolution project, dynamically scales for window mode. hope anyone else can use this, and maybe wants to join in on that game jam. maid64 version 1.0 maid64.love maid64 version 1.1 mai...
by adekto
Fri Dec 11, 2015 2:35 pm
Forum: Support and Development
Topic: boxcavation iso3D atempt
Replies: 0
Views: 1066

boxcavation iso3D atempt

tryed doing some isometric stuff ended up with this thing.
its not very good but maybe its usefull to anyone

iso edit is a concept for a isometric editor
iso-edit.love
(36.89 KiB) Downloaded 179 times
boxcavation is a bit like a 3D minesweeper
boxcavation.love
(103.13 KiB) Downloaded 176 times