DescriptionMy Halloween/Horror Programming Contest entry
This is an unfinished project I started for the contest and has only a limited amount of content because of it being unfinished.
Please try it out and have some fun with it. I hope you enjoy!!
NOTE- Originally planned multiplayer had to be scrapped because of limited amount of time before the contest deadline.InstructionsButtons--
B- Jump
Y- Dash the direction you are facing
L- Swing sword left when on the ground
R- Swing sword right when on the ground
L+R- Point sword downward when in the air
CirclePad- Walk
16 Comment(s)JosiahHalloween 2017 Contest ParticipantI participated in the SmileBASIC Source Halloween 2017 Contest!Programming ContestVideo GamesI like to play video games!Hobbies@random_guy, great idea on the wall shove attack. I like the idea and will try to add it. Could you expound more on the area that you said it doesn't hurt you when you touch the edges? Is it the edge of the hand, as in a better Sprite collision or the edge of the arena?
@JacboyX, I used my common dec y/inc gravity code.
It goes something like this
If jump==false && (button(2) and #b) then jump=true;G=0
If jump==true then y=y-5+G;inc G,.16
If jump==true && y>220 then y=220;G=0;jump=false
You put that in your character control loop and insert the variables into spofs ( such as-- Spofs 0,x,y ) correctly and it should work out. Feel free to use it if you want!
Also, thanks! You guys have been amazing!random_guyVideo GamesI like to play video games!HobbiesReadingI like to read books!HobbiesHalloween 2017 Contest ParticipantI participated in the SmileBASIC Source Halloween 2017 Contest!Programming Contesti sayed i want it to hurt you when you touch the edge pf the arena, if you didnt understand that12Me21AdminSyntax HighlighterReceived for creating the code syntax highlighter on SBSNight PersonI like the quiet night and sleep late.Express YourselfSecond YearMy account is over 2 years oldWebsiteYou can beat it easily by just holding down L or R and standing in one spot.JosiahHalloween 2017 Contest ParticipantI participated in the SmileBASIC Source Halloween 2017 Contest!Programming ContestVideo GamesI like to play video games!HobbiesThis is true, 12Me21. I as hoping nobody would notice this until I release a fix that made a few changes to that whole concept of "stay slashing." I'll try to fix this now that I have some time.JacboyXIntermediate ProgrammerI can make programs, but I still have trouble here and there. Programming StrengthNight PersonI like the quiet night and sleep late.Express YourselfVideo GamesI like to play video games!HobbiesTry this:
IF BUTTON(2)=='BUTTON#THEN 'ACTION PROGRAMMING'
From there you should be able to remove the rapid slashing. BTW the two lines are two parts of one.JosiahHalloween 2017 Contest ParticipantI participated in the SmileBASIC Source Halloween 2017 Contest!Programming ContestVideo GamesI like to play video games!HobbiesThanks you guy's. I wasn't able to finish the game because of my late start but I will probably finish it in the future.
Quick questions
Did you like the first hand's AI?
If you did then what was your favorite attack.
If you did not like it, what was bad about it?
Also if you find any bug or things that need to be smoothed out please let me know.
One more thing, if you have anything you would like to be added or an idea for an attack then please tell me. I am always open to suggestions :)random_guyVideo GamesI like to play video games!HobbiesReadingI like to read books!HobbiesHalloween 2017 Contest ParticipantI participated in the SmileBASIC Source Halloween 2017 Contest!Programming Contesti really liked the one where it clapped down onto the ground and it was really hard to dodge until you found the y button. you should probably give it more health it was kinda easy after i got used to controls. you should also make it hurt you when you touch the edges, and make a move where it kinda shoves you into the walls. hope this isnt too much stuff and you DONT have to do all of it. its just what i think might be cool to add.
but yeah i really enjoyed this its going to be great when its finished!JacboyXIntermediate ProgrammerI can make programs, but I still have trouble here and there. Programming StrengthNight PersonI like the quiet night and sleep late.Express YourselfVideo GamesI like to play video games!HobbiesWhat variable setup did you use for the jump? Cause I have no idea what to do on that bit.random_guyVideo GamesI like to play video games!HobbiesReadingI like to read books!HobbiesHalloween 2017 Contest ParticipantI participated in the SmileBASIC Source Halloween 2017 Contest!Programming Contesti killed first hand. cant get further no ai for other hand and pumpkin yet but fun.KingCoAvatar TabooI didn't change my avatar for 180 daysWebsiteRNGHiddenEaster EggsIntermediate ProgrammerI can make programs, but I still have trouble here and there. Programming StrengthHe said that it is currently unfinished.random_guyVideo GamesI like to play video games!HobbiesReadingI like to read books!HobbiesHalloween 2017 Contest ParticipantI participated in the SmileBASIC Source Halloween 2017 Contest!Programming Contesti know i clearly stated that there was no ai yet of what i knew.KingCoAvatar TabooI didn't change my avatar for 180 daysWebsiteRNGHiddenEaster EggsIntermediate ProgrammerI can make programs, but I still have trouble here and there. Programming Strength*Shrugs*SwanBotHalloween 2017 Contest Runner UpI placed 2nd in the SmileBASIC Source Halloween 2017 Contest!Programming ContestIntermediate ProgrammerI can make programs, but I still have trouble here and there. Programming StrengthFirst YearMy account is over 1 year oldWebsitethis is areaaly good gane ever if it was not finished.
Great job on making this.ToadIsTheBestAvatar EmbargoI didn't change my avatar for 90 daysWebsiteVideo GamesI like to play video games!HobbiesIntermediate ProgrammerI can make programs, but I still have trouble here and there. Programming StrengthganeSwanBotHalloween 2017 Contest Runner UpI placed 2nd in the SmileBASIC Source Halloween 2017 Contest!Programming ContestIntermediate ProgrammerI can make programs, but I still have trouble here and there. Programming StrengthFirst YearMy account is over 1 year oldWebsite#phone probs so many errors in there
EDIT*this is already a great game even if it was not finished.random_guyVideo GamesI like to play video games!HobbiesReadingI like to read books!HobbiesHalloween 2017 Contest ParticipantI participated in the SmileBASIC Source Halloween 2017 Contest!Programming Contestdasonicmario stop making fun of people please? maybe just notify them of the typo in a pm to not embarrass them?
IF BUTTON(2)=='BUTTON#
THEN 'ACTION PROGRAMMING'
From there you should be able to remove the rapid slashing. BTW the two lines are two parts of one.