SRB2er

Level 17 Chipist   
   
 
 
 
Points by Class
 
Chipist
3867
XHBist
1109
Mixist
843
Pixelist
706
Criticist
563
Playa
310
Grafxicist
227
Hostist
210
Writist
79
Renderist
36
Codist
35
Pedagogist
20
Taggist
4
Latist
-11
 
total 7998
next level 8972
 
created 2023-11-15
last here 2024-05-13
dumbass chiptuner who tries not to suck (but still does)

name is just a game (srb2) but i slapped on the 'er' for no reason

(its pronounced srb-2-er)
random list of "goals" thanks NardInYourYard for that thread

- ☑ wasn't a goal but yeeeeeeeee mighty :D
- ☐ get like top 1/4 or top 1/3 in a major battle OR make a tune that I'm proud of that also does decent in a major
- ☐ get furnace ☐, nsf+ ☑, and SMS ☐ badges
- ☐ get (and give) more feedback on entries
1,448 profile views
b1505.03
33 INF
5.027 Votes/Entries

 
179544
Level 24 XHBist
roz
 
 
 
post #179544 :: 2023.11.25 9:54am
  
  SRB2er liēkd this
welcome to BotB and congeates on your first XHB entry!!!!!!!
 
 
179545
Level 17 Chipist
SRB2er
 
 
 
post #179545 :: 2023.11.25 9:56am
thanks
 
 
179713
Level 21 Chipist
tfx
 
 
 
post #179713 :: 2023.11.28 6:33am
  
  SRB2er liēkd this
Do you roboblast sonics?
 
 
179790
Level 9 Mixist
tenshi
 
 
post #179790 :: 2023.11.30 11:05am
  
  SRB2er liēkd this
hello! genuinely, thank you for the kind words! :)
 
 
179858
Level 17 Chipist
SRB2er
 
 
 
post #179858 :: 2023.12.01 10:40am
  
  notocord liēkd this
your welcome :)
 
 
180619
Level 8 Chipist
notocord
 
 
post #180619 :: 2023.12.10 1:11am
  
  SRB2er liēkd this
yay
 
 
180757
Level 21 Chipist
Kot
 
 
 
post #180757 :: 2023.12.11 10:13am
  
  SRB2er liēkd this
botb (2006) review
 
 
183431
Level 28 Mixist
mirageofher
 
 
 
post #183431 :: 2024.01.24 9:45pm
  
  SRB2er liēkd this
gud dayyyy, halloooooo !!
 
 
183434
Level 17 Chipist
SRB2er
 
 
 
post #183434 :: 2024.01.24 11:39pm
..|||...|||..
..|||...|||..
..|||||||||..
..|||...|||..
..|||...|||..

|||||||||||||
....||||....
....||||....
....||||....
|||||||||||||

:)
 
 
184181
Level 27 XHBist
Tex
 
 
 
post #184181 :: 2024.02.08 12:40am
  
  SRB2er liēkd this
Congrats on earning your first badge!! :D

You've been battling so much. It had to happen sometime.
 
 
184848
Level 31 Chipist
damifortune
 
 
 
post #184848 :: 2024.02.17 3:43pm
  
  blockblockblock and SRB2er liēkd this
huge congrats on completionist-ing Winter Chip XIX! that's an enormous feat. i hope you had fun getting your feet wet in a bunch of different formats! it's definitely a good way to find some new stuff you like, in my experience anyway :D
 
 
186423
Level 11 XHBist
Hexer
 
 
post #186423 :: 2024.03.07 8:28am
  
  SRB2er liēkd this
hey, you asked in 'game jam 5' how metatables work... i know how they do -- heres how:

basically, metatables add more functionality to normal tables. usually, tables simply store stuff inside of them AND allow you to get the stuff inside; but with metatables, you could do things like:

► doing arithmetic with tables (table1 + table2), good for vector math
► calling tables as if theyre functions (table1(arguments))

these extra functionalities are called METAMETHODS and are described inside of a METATABLE. METATABLES are assigned to TABLES with "setmetatable()", thus adding the functionalities.

for example:

////
--lua code
local metatable = {__call = function(A) return A + 1 end}
local table = {}

setmetatable(table, metatable)

--now you can call 'table'!

print(table(1)) --prints "2"
////

i believe the lua documentation describes all of the metamethods available. i wouldnt use them in tic80 though, it just feels like overkill xP
 
 
186485
Level 17 Chipist
SRB2er
 
 
 
post #186485 :: 2024.03.07 11:01pm
OK
:)
 
 
187492
Level 15 Criticist
Kaytse
 
 
post #187492 :: 2024.04.04 1:29am
picoCAD Sonic!
 
 
187494
Level 15 Criticist
Kaytse
 
 
post #187494 :: 2024.04.04 5:08am
*Blockbench Sonic!
 
 

LOGIN or REGISTER to add your own comments!