Hello Guys,
I programmed a while at the game yet, (2 Month Very Happy ) and now I see it is nearly done. Only some jump scares and room Pic have to be painted.

I was inspired by this http://www.ticalc.org/archives/files/fileinfo/462/46227.html but I thought I could do better graphics and I have to say that I am right.



the office with left door locked and right light on



the left floor on the camera


later i want to add some more graphics effects and remove bugs
later i add a link to download the demo

please correct my bad english I am from germany and my last english grad was not that good. Maybe I did to much TI stuff Wink
Hmm, interesting... why don't you try doing grayscale?
oldmud0 wrote:
Hmm, interesting... why don't you try doing grayscale?

Because that's impossible to do with good quality in TI-BASIC Razz

Nice, tux_hacker, I see it's come pretty far. What features do you have left to put in?
JWinslow23 wrote:

Because that's impossible to do with good quality in TI-BASIC Razz

Nice, tux_hacker, I see it's come pretty far. What features do you have left to put in?


many things
first bug remove
more jumpscares and rooms and better lock
can someone paint the jump scares of Freddy, Bunny and Chica? I'm not talented for that.
send it to me with privat message
hey guys,
I'm so glad that I can present you a demo of Five Nights at Freddy 1

on a real calc it looks better

The only things that have to be done now, are the three jump scares and adjust some Variables.
I suppose I could do a quick picture.

EDIT: Here they are:


JWinslow23 wrote:
I suppose I could do a quick picture.

EDIT: Here they are:




wow they look so good! I never could do this by my self. Tank you Good Idea Good Idea

I build it directly in the game.

Shall I write you to the authors?
Hello guys,

as you may see in the start screen there is an ugly graphic,

this!

here is the code

Code:

Vertical 0
Vertical 94
Horizontal 0
Horizontal 62

Text(~1,3,15,"Help Wanted")
Text(13,10,"Freddy Fazbears Pizza")
Text(21,2,"Family p\izzaria looking for")
Text(29,2,"security guard to work the")
Text(37,2,"nightshift. 12Pm to 6am.")


1->X

Repeat X=94
   
   Pxl-Change(1,X)
   Pxl-Change(2,X)
   Pxl-Change(3,X)
   Pxl-Change(4,X)
   Pxl-Change(5,X)
   Pxl-Change(6,X)
   Pxl-Change(7,X)
   Pxl-Change(8,X)
   Pxl-Change(9,X)
   Pxl-Change(10,X)
   Pxl-Change(11,X)
   Pxl-Change(12,X)
   X+1->X
   
   getKey->theta
   If theta=105
   Then
      Goto theta
      
   End
   
End

getKey->theta
If theta=105
Then
   Goto theta
   
End


have any one an idea to make it look better/ faster black of the background of the Help Wanted?
thank you

Code:
1
Repeat getKey=105
   Pxl-Change(1,Ans
   Pxl-Change(2,Ans
   Pxl-Change(3,Ans
   Pxl-Change(4,Ans
   Pxl-Change(5,Ans
   Pxl-Change(6,Ans
   Pxl-Change(7,Ans
   Pxl-Change(8,Ans
   Pxl-Change(9,Ans
   Pxl-Change(10,Ans
   Pxl-Change(11,Ans
   Pxl-Change(12,Ans
   Ans+1
End


This might speed up your code Smile
but doesn't make it an error if the pxl-change be at the end of an row?

maybe like this


Code:

Repeat getKey=105 or Ans>=94
   Pxl-Change(1,Ans
   Pxl-Change(2,Ans
   Pxl-Change(3,Ans
   Pxl-Change(4,Ans
   Pxl-Change(5,Ans
   Pxl-Change(6,Ans
   Pxl-Change(7,Ans
   Pxl-Change(8,Ans
   Pxl-Change(9,Ans
   Pxl-Change(10,Ans
   Pxl-Change(11,Ans
   Pxl-Change(12,Ans
   Ans+1
End
Then replace Ans+1 with remainder(Ans+1,94
it makes an syntax error
Oops, replace it with 94fPart((Ans+1)/94. That switches the colors over and over again.
this time Domain error after some rows at Pxl-Change(1,Ans
Last try: Ans+1-94(Ans=94
that works!! Good Idea
but I prefer if it only runs once

i know I'm a bit pickly

but thanks
hello guys,
a friend of me says that all my anmantronics look ugly as fuck. And now I want to ask you guys if someone could do better.

it should be like this position


and have to fit in the door of the office



just put it in the forum

@JWinslow23 your pics was good maybe you can do this again?
  
Register to Join the Conversation
Have your own thoughts to add to this or any other topic? Want to ask a question, offer a suggestion, share your own programs and projects, upload a file to the file archives, get help with calculator and computer programming, or simply chat with like-minded coders and tech and calculator enthusiasts via the site-wide AJAX SAX widget? Registration for a free Cemetech account only takes a minute.

» Go to Registration page
Page 1 of 1
» All times are UTC - 5 Hours
 
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum

 

Advertisement