bluerobin2 wrote:
bl0x0r3303 wrote:
i want to start a game but i don't know were to start
My games usually start out with me learning something new in petit computer. Battlewood (an rpg im making) started with me learning to use sprites. Another thing that inspires me is when I think of a new way to write code, it goes successful and I just start building a game from that little snippet. Hope that helps
i would first start with th simplest programs like-
example:
CLS
@1
PRINT TIME$
GOTO @1
example 2
@1
BEEP
PRINT"BEEP"
GOTO @1






You have your own section in the miniblog for my levels that I created.