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:
My input for this challenge: https://www.lexaloffle.com/bbs/?tid=38961
Would using my rle encoder be considered cheating?
https://www.lexaloffle.com/bbs/?tid=38887
It does only use line, though
@spellcaster Nah, it's just creatively working with what you can do. If it doesn't use the sprite sheet then its a-ok
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
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.. )
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
@kirbofan if you can find a way to draw on the map without using the spritesheet like @SmellyFishstiks mentioned, then yes!
[Please log in to post a comment]