TIC-80 Beginner Tutorial #23 - Flags , fget () in map

  Рет қаралды 1,508

Potato Imaginator

Potato Imaginator

Күн бұрын

Пікірлер: 16
@Phodis
@Phodis 3 жыл бұрын
Thought I'd play around with TIC80 and this was a great tutorial, thank you!.
@PotatoImaginator
@PotatoImaginator 3 жыл бұрын
Sure , Thanks :)
@hootingsalmon0062
@hootingsalmon0062 3 жыл бұрын
Thank you so much for this tutorial. I am really struggling with collisions for my game, and this really helps Thanks!!!!!
@PotatoImaginator
@PotatoImaginator 3 жыл бұрын
Sure , thanks :) There are other videos like this
@repenetrator
@repenetrator 3 жыл бұрын
banger tutorial my good lad
@PotatoImaginator
@PotatoImaginator 3 жыл бұрын
Thanks :)
@ATS-uy4vl
@ATS-uy4vl 3 жыл бұрын
Very good
@PotatoImaginator
@PotatoImaginator 3 жыл бұрын
Thanks :)
@Karol-qi5yx
@Karol-qi5yx 3 жыл бұрын
Master :)
@PotatoImaginator
@PotatoImaginator 3 жыл бұрын
Haha , Thanks :)
@Foxnataa
@Foxnataa 3 жыл бұрын
is so good!
@PotatoImaginator
@PotatoImaginator 3 жыл бұрын
Thanks !
@Unknown-mo2iy
@Unknown-mo2iy 3 жыл бұрын
I didn't understand the dir value can you help?
@PotatoImaginator
@PotatoImaginator 3 жыл бұрын
Sure , btnp(0) - Up ( dir = 0 ) btnp(1) - Down ( dir = 1 ) btnp(2) - Left ( dir = 2) btnp(3) - Right ( dir = 3 ) Now , dir_x={ [0] =0 , 0 , -1 , 1 } dir_y = { [0] = -1 , 1 ,0 ,0 } Now x=x + dir_x[dir] y=y + dir_y[dir] -- UP dir =0 -> x=x+dir_x[0] -> x=x -> y=y+dir_y[0] -> y=y - 1 -- DOWN dir =1 -> x=x+dir_x[1] -> x=x -> y=y+dir_y[1] -> y=y + 1 -- LEFT dir=2 -> x=x+dir_x[2] -> x=x-1 -> y=y+dir_y[2] -> y=y -- RIGHT dir=3 -> x=x+dir_x[3] -> x=x+1 -> y=y+dir_y[3] -> y=y Now , if btnp(0) then dir=0 elseif btnp(1) then dir=1 elseif btnp(2) then dir=2 elseif btnp(3) then dir=3 end if dir~= -1 then ( that is dir =0 , 1 , 2 , 3 ) x=x+dir_x[dir] y=y+dir_y[dir] end dir = -1 ( If no button is pressed )
@user-Gato_404
@user-Gato_404 3 жыл бұрын
Hi
@PotatoImaginator
@PotatoImaginator 3 жыл бұрын
Hello :)
TIC-80 Beginner Tutorial #24 - Force / Attraction
4:32
Potato Imaginator
Рет қаралды 408
TIC-80 Beginner Tutorial #18 - map () Function
13:28
Potato Imaginator
Рет қаралды 1,8 М.
ТЫ В ДЕТСТВЕ КОГДА ВЫПАЛ ЗУБ😂#shorts
00:59
BATEK_OFFICIAL
Рет қаралды 2,9 МЛН
Random Emoji Beatbox Challenge #beatbox #tiktok
00:47
BeatboxJCOP
Рет қаралды 59 МЛН
Triple kill😹
00:18
GG Animation
Рет қаралды 18 МЛН
Random Games for TIC-80 #6
23:18
Niklas Tech Den
Рет қаралды 1,4 М.
Write your first computer game in 25 minutes
32:57
Bytes N Bits
Рет қаралды 2,2 М.
Crash course tracking music in TIC-80
15:28
psenough
Рет қаралды 5 М.
TIC-80 Beginner Tutorial #8 - Lighting Effects Part-1
10:31
Potato Imaginator
Рет қаралды 1 М.
[TIC-80 Demo] Spaceman
2:38
Enfys
Рет қаралды 1,6 М.
How to TIC-80 - Tilemap Editor
10:25
Zach Attakk Codes
Рет қаралды 94
Making a Shmup #1 - Hello World - Pico-8 Hero
37:52
Lazy Devs
Рет қаралды 46 М.
I made a game using Godot for the first time
7:35
shawcat
Рет қаралды 1,3 МЛН
Random Games for TIC-80 #1
14:18
Niklas Tech Den
Рет қаралды 24 М.