Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

I'm going to use game maker studio 2 for this :)

A topic by Adrien Dittrick created Nov 07, 2019 Views: 278 Replies: 4
Viewing posts 1 to 5
Submitted(+1)

Also I'll probably make multiple games, let's see how this goes.

HostSubmitted

Hi Adriendittrick! As long as your game code is 560 character or less, and uses letters / glyphs for graphics instead of sprites, you can use whatever engine you want! :)

Glad to have you along for the ride, and excited to see what you come up with!

Submitted (1 edit) (+1)

Here is one game :) 

draw_set_halign(1)
if x==0 {e=128 f=72 w=0 x=-1 y=x repeat 99 {x+=1 y=-1 repeat 99 {y+=1 t[x,y]=choose(0,1)}} x=49 y=x t[x,y]=0}
a=0 b=0 c=mouse_x-e d=mouse_y-f if mouse_check_button_pressed(mb_left) {h=abs(c) i=abs(d) a=(h>i?sign(c):0) b=(i>h?sign(d):0)}
if x<2 or y<2 or x>96 or y>96 w=1 else {
if t[x+a,y]==0 x+=a else {if t[x+a*2,y]==0 {t[x+a,y]=0 t[x+a*2,y]=1}}
if t[x,y+b]==0 y+=b else {if t[x,y+b*2]==0 {t[x,y+b]=0 t[x,y+b*2]=1}}
u=0 v=0 repeat 97 {u+=1 v=0 repeat 97 {v+=1 draw_text(e+(u-x)*16,f+(v-y)*16,t[u,v]==1?"X":" ")}}}
draw_text(e,f,w?"Win":"@")

Submitted

Apparently microsoft Word isn't very good at counting characters though

Submitted

Here is another one:

https://adriendittrick.itch.io/the-escapee-from-sokoban