Skip to main content

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

ts8zs

6
Posts
10
Following
A member registered Dec 17, 2019

Recent community posts

(1 edit)

a normal score

physics always marvellous isn't it? a cheat score:

回レ! 雪月花

draw with ahk

F8::
    MouseGetPos, startX, startY
    radius := 600 
    pi:= 4 * ATan(1)
    centerX := startX
    centerY := startY-radius
    step := 120
    Loop,120
    {
        x:=centerX+Round(radius*Sin(A_Index*(360/step)*pi/180),0)
        y:=centerY+Round(radius*Cos(A_Index*(360/step)*pi/180),0)
        MouseMove, x, y, 0
    }
return
ESC::
ExitApp


check new chunk should minus score for balance if you want to make a new mode

i think click to restart would be better

可以竖屏上小游戏