Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a new mode in app dtw #1155

Open
vcblr-temp opened this issue Sep 16, 2024 · 2 comments
Open

Add a new mode in app dtw #1155

vcblr-temp opened this issue Sep 16, 2024 · 2 comments
Labels
¿ What the f**k

Comments

@vcblr-temp
Copy link

Split+ =function()
if #pos==0 then ins(pos,rnd(4))
elseif #pos==1 then
local r
r=rnd(3)
if r>=pos[#pos] then r=r+1 end
ins(pos,r)
elseif pos[1]>pos[2] and #pos%2==1 or pos[1]<pos[2] and #pos%2==0 then ins(pos,rnd(pos[#pos])
else ins(pos,rnd(pos[#pos],4)
end

idk how to make pull request

@SweetSea-ButImNotSweet
Copy link
Contributor

Contact us on Discord and we can help you creating Pull requests

@shoucandanghehe shoucandanghehe added the ¿ What the f**k label Sep 29, 2024
@MrZ626
Copy link
Collaborator

MrZ626 commented Nov 26, 2024

You missed an end and two ).
I tried two ways to fix it but seemed that both of them didn't work

@Not-A-Normal-Robot
Copy link
Member

that's why it's important to format your code properly and to put it in code blocks for proper syntax highlighting

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
¿ What the f**k
Projects
None yet
Development

No branches or pull requests

5 participants