Join us on Discord!
You can help CodeWalrus stay online by donating here.
Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - epicdud218

#1
Hey guys,

It's epicdud218, I'm kind of new here, I'm not the greatest at calc programming, but im the best at command blocking in minecraft.
Im quite new to forums etc. but just bear with me, since you guys seemed like a nice place to chat and post our creations, I thought to myself
"hey... why not.".
I'm great at computers and I'm starting a youtube channel (the name is AGuy Gaming(you might not find me easily cause I didn't make any videos so far))

I guess thats it.


I might change the youtube name... maybe.
#2
sry I was afk for a while (because of school). Anyways i am currently working on the movement and the dungeons. Also as a side project (as movement test) I'm making a little game where you shoot stuff and move. anyone know how to make varying rooms. (like a main room that branches off into a boss room?)
This is my to do list:
Stats for individual classes: done
dungeon: needs playing field and enemies
hotel: somewhat
shop: done
come up with clever name of game:need

(I think that's everything? :v)
#3
thx for the support guys I do know the tip of the iceberg with randInt() and rand (pretty sure they have an rng system for numbers listed in). As Dj was saying
about writing down the variables, I decided to do that cause I forgot what they all did :3. I do sort of have an idea for loops, conditionals, and im good with
working with menus (the main menu has a dungeon, stats, hotel, and shop, these are all accessible. although I might need help on the dungeon spawning system).
#4
Thx I will put up some pictures once I finish a few things in my game... Any chance you know how to create a battle scene, room, saving, and chance encounters with enemies.(btw no clue how to make those :v) I also don't think I'll put up the game till its done, because people might flood me with requests. :thumbsup:
#5
Other / Re: New member introductions: Say hello here!
November 08, 2015, 10:09:07 PM
Sup, I'm epidüd218

Ive been sort of programming since 2014 although im not the best at creating gargantuan programs also I'm a fan of anime
and a gamer. :3 my YouTube is AGuy Gaming. Soon gonna space out A and Guy :v
#6
Alrighty, but as I said I'm not the best programmer in the world but I got the start of it

----------

for anyone who is interested in the game here is the code:
Program:ZENONIA               //intro to the game
::DCS
:"hexadecimal is all fives :v
:Clrhome
:Disp "(4 spaces) Zenonia remastered (4 spaces)"
:Disp "(8 spaces) For calcs (4 spaces)"
:Disp "(space)"
:Disp "(6 spaces) By: epicdud218(6 spaces)"                   // lots of spaces :v
:Pause
:Clrhome
:Menu("Zenonia","New Game",R,"Continue",O
:Lbl O
:prgmSAVEZE                    //saving feature(cause why not :3)
:Lbl R
:prgmZENOGAME                  //the actual game


Program:SAVEZE                 //again saving feature
::DCS              //not sure how to make saving feature



Program:ZENOGAME                 //again, actual game
::DCS
:Disp "Long ago, a tyrant
:Disp "Named Shaturu Plunged the
:Disp "World into darkness and
:Disp "His army arose
:Pause
:Disp "Only you can stop               //the most common start to an rpg :3
:Disp "Him great warrior


welp that's all, inform me for any unnecessary lines of code also it would be awesome if anyone add on to my idea. (the story is going to be very related to zenonia 4 as well as the items, and in this game the bosses should be nerfed.(to make it better and fun ;) ))

----------

A mistake for ZENOGAME is the first command should be Clrhome but keep all of the display commands.
I also have to add in the variables for the health and levels for you the bosses and enemy and how much your xp you need for the next levels etc.  <_<

----------

Ok but currently I am coding on my game and deciding what to do next. Since I'm a newbie at this it might be a mix of text,turn based and dungeon crawler... If thats even possible.

----------

Noted and did it  :)

Edit (Streetwalrus): merged quad post.
#7
Hey everyone

I'm starting to make my first rpg and I need help making it. Do note that I'm not the best TI programmer so yea.
If anybody needs I'll seed you the 3 programs and the corresponding code along with it. ;)
Powered by EzPortal