Log In  

I'm bored of this quarantine. You probably are too. So why don't we challenge ourselves?
It will be like a game jam, but without a deadline.
you may participate even if quarantine has ended.
I will be making a game for this also.

Requirements

You are not allowed to use the sprite sheet IN ANY WAY.*
You may not use SPR(), SSPR(), or any other function that uses the sprite sheet.
You may use RECT(), RECTFILL(), CIRC(), CIRCFILL(), LINE() and any other command that does not use the sprite sheet.
Starting on line 1 of tab 0 write:

--(your game name) BY (your name)
--NO SPRITESHEET CHALLENGE

also, put this code somewhere in your game's code and call update웃() with _update() and call draw웃() with _draw()

function draw웃()
    for c=0,15 do
        pal(c,c,1)
    end
    cls()
    rectfill(62,62,67,71,7)
    rectfill(60,66,69,67,7)
    rectfill(64,70,65,71,0)
    line(55,55,73,77,8)
    line(56,55,74,77,8)
    circ(64,66,14,8)
    print("no spritesheet challenge",20,90,9)
end
function upddate웃()
    if time()>3 then
        state="game"
        --^replace this with your
        --|method of going to the game
        --|screen or use this one!
        --|look at:
        --|https://nerdyteachers.com/explain/mainmenu1/
        --|and
        --|https://nerdyteachers.com/explain/mainmenu2/
        --|for help and ideas
    end
end

please DO NOT use Gmail to send me the link or it will be put in spam.
Please comment the link in the Submission Page.
if you already have a game that meets the requirements then you may submit it.
if you have any questions comment them below.

*okay, you can use the sprite sheet for your logo like I have in all my games. (see https://www.lexaloffle.com/bbs/?pid=74100#p)

GAMES:

Pinballvania By Guerra Games

P#74797 2020-04-16 00:18 ( Edited 2020-07-25 20:24)

Let's do this!

P#75225 2020-04-23 18:56

My input for this challenge: https://www.lexaloffle.com/bbs/?tid=38961

P#79886 2020-07-25 00:25

Would using my rle encoder be considered cheating?

https://www.lexaloffle.com/bbs/?tid=38887

It does only use line, though

P#79918 2020-07-25 14:19 ( Edited 2020-07-25 15:26)

@spellcaster Nah, it's just creatively working with what you can do. If it doesn't use the sprite sheet then its a-ok

P#79927 2020-07-25 20:23

what about map space? if yes then what about shared map space? what about blitting from map space to the screen? so many options! so many loopholes!

yeah probably not

P#82258 2020-09-25 12:25 ( Edited 2020-09-25 12:25)

I'm in!
Just was wondering, if I use my own soltions to drawing as long as I don't use spr() sspr() or map() (etc?) I can do what ever I want? (like pset(), pget(), rect() etc.. )

P#82280 2020-09-25 23:49 ( Edited 2020-09-25 23:49)

can I use the map without drawing it? (nvm)

EDIT: nvm just read the stuff. should of just payed attention!

Umm and now that I'm reading it,

draw웃() and update웃() or just used for the init cart bootup?
so I could just say "made for the no spritesheet jam" and then after that screen my game's intro?

nvm again.. figured it out. sorry for posting abunch was just trying to make sure that I followed the rules correctly! :p

P#82282 2020-09-26 00:34 ( Edited 2020-09-26 01:56)
1

@kirbofan if you can find a way to draw on the map without using the spritesheet like @SmellyFishstiks mentioned, then yes!

P#82404 2020-09-28 17:16 ( Edited 2020-09-28 17:16)

[Please log in to post a comment]

Follow Lexaloffle:          
Generated 2024-03-28 22:30:08 | 0.050s | Q:24