Everyday Code
Everyday Code
  • 15
  • 116 711
I Made My First Roblox Game in 1 HOUR
I almost failed…
Should I make a full Roblox game?
Subscribe to see me make more games from scratch!
Come chat with us: discord.com/invite/3uYXCJy
Watch me remake popular games for a calculator: ua-cam.com/play/PLNaKib3k95alcUQeabG6PtQYTNCafZupb.html
Info for Nerds:
Roblox Studio is the engine used to create Roblox Experiences (games). Users can manually edit the world or use the built-in script editor. The programming language used is Lua. Lua is a very simple and easy to use language compared to C++ or C#, languages used with other game engines.
Resources:
AlvinBlox (Roblox Tutorials): ua-cam.com/users/alvinblox
Death Block Tutorial: ua-cam.com/video/wOnPM0m2rLE/v-deo.html
Current Subscriber Count: 3,360
Thanks for watching!
#roblox #gamedev #programming
Переглядів: 1 389

Відео

I Coded Elon Musk’s Unknown Game
Переглядів 2,6 тис.3 роки тому
I wonder if Elon remembers his game. SOCIALS: TWITTER (pls notice me): EverydayCodeNet Discord: discord.gg/nqPqjge Programming Tips and Memes: everyday.code Download: everydaycode.net/downloads Source Code: github.com/EverydayCodeNet/BLASTAR-CE CE C Toolchain & Libraries: github.com/CE-Programming/toolchain#readme Info for Nerds: Elon Musk sold Blastar for $500 in 1984...
I Traded Stocks on a Calculator
Переглядів 2,3 тис.3 роки тому
I coded a stock simulator for my TI-84 Plus CE calculator using stocks traded by members of r/wallstreetbets. This time Gamestop won't let me down. Come chat with us: discord.com/invite/3uYXCJy Support future content like this (help me gamble): www.patreon.com/everydaycode Download & Source Code: github.com/EverydayCodeNet/WSBSTONKS Watch me remake popular games: ua-cam.com/play/PLNaKib3k95alcU...
She said I Couldn’t Make a 3D Calculator Game… So I Did
Переглядів 25 тис.3 роки тому
I coded a 3D calculator game because she said I couldn't. What should I code for the calculator next? Minecraft, Microsoft Flight Simulator? Come chat with us: discord.com/invite/3uYXCJy Support future projects: www.patreon.com/everydaycode Watch me remake more popular games: ua-cam.com/play/PLNaKib3k95alcUQeabG6PtQYTNCafZupb.html Source Code: github.com/EverydayCodeNet/GENESIS-X-CE Download Tu...
I Made AMONG US for a CALCULATOR
Переглядів 32 тис.3 роки тому
I made Among Us for a TI-84 calculator … Math teachers hate me. DOWNLOAD: github.com/EverydayCodeNet/AMONG-MATH-CE Support projects like this one: www.patreon.com/everydaycode Among Math is single-player as of now. Like if you want to see me finish this game! SOCIALS: Come hang out with us: discord.com/invite/3uYXCJy Follow me on Twitter: everydaycodenet Programming memes n’ tips: i...
So I coded Plague Inc. for a Calculator
Переглядів 33 тис.4 роки тому
Over the past four months, my friend Epsilon and I have been coding Plague Inc for our TI-84 Plus CE graphing calculators. Let’s see if we can get the creators of Plague Inc to see this! Download: www.cemetech.net/downloads/files/2022 Come hang out with us: discord.com/invite/3uYXCJy Follow me on Twitter: everydaycodenet CE C Libraries: github.com/CE-Programming/libraries/releases/t...
So I coded AGAR.IO... for a CALCULATOR
Переглядів 8 тис.4 роки тому
I made AGAR.IO for the TI-84 CALCULATOR. Here's how it. DOWNLOAD: everydaycode.net/downloads My Socials: Twitter: EverydayCodeNet Discord Server: discord.com/invite/W2GFfJr IO games like Agar.io and Slither.io are all the rage. Their art style is simplistic, but coding them is not so easy. In this video, I coded an Agar.io clone for the TI-84 Plus CE Graphing Calculator using the CE...
You Can't Beat This Pong AI
Переглядів 1,8 тис.4 роки тому
When you play Pong, you can usually predict where the ball is going to go based on the position and direction of the ball. Most AI follow the ball, so it's pretty easy to outsmart them. I wanted to create a version of Pong that could not be beaten - but this Pong wouldn't run in the command prompt... I made the STONKS meme for a CALCULATOR: ua-cam.com/video/mIWqvabyeyY/v-deo.html Source Code: N...
I Coded a VIRUS Simulation - Quarantine Coding Challenge
Переглядів 1 тис.4 роки тому
We are in the midst of a pandemic. There is a lot of uncertainty, but we can use models to get a good estimate on how badly it can spread over a limited time period. In turn, we can properly allocate resources to prevent our healthcare system from collapsing. As a "quarantine coding project", I decided to code a model that can be used to simulate the spread of any sickness using C for the TI-84...
Going Pro with A CALCULATOR?
Переглядів 2,7 тис.4 роки тому
Are you tired of losing? Is your click speed just too slow? Well, I have the opportunity for you! No longer will you have to buy that Razer mouse. Using the revolutionary CPS Test v1, you can almost double your CPS on the go! This is very similar to the Kohi click test, except for the fact that it doesn't display your live CPS - which is a feature I would like to add. After this video, I got my...
Coding STONKS for a CALCULATOR
Переглядів 2,2 тис.4 роки тому
Stonks: Investment Simulator, is just that - an investment simulator coded in pure Basic for the TI-84 Plus CE calculator. Using real data, it allows the user to simulate investments without spending a dime. GitHub Download: github.com/EverydayCodeNet/STONKS/releases/tag/v1.0 Facebook for the TI-84 Project: ua-cam.com/play/PLNaKib3k95amx7e0v2nRJ3mu0GLfvPRWQ.html Keep up with future TI-84 coding...
Random Number Generator Game | Pick A Number TI-BASIC (84/+/CE) Coding Project + Download
Переглядів 6534 роки тому
Can you guess my number? Pick a number 1-10... Using the random integer (randInt) command, I generate a number, then prompt the user to guess. If there number is too high, or too low, it displays as such. This program also uses the While command to get rid of the need for memory sucking Goto commands. If you have any programs or ideas that you would like to be featured, comment them down below!...
CODING FACEBOOK FOR A CALCULATOR - PART 2 - Sign Up Page | TI-84 Plus CE Coding Project
Переглядів 1,5 тис.4 роки тому
In the last episode, I hard-coded the password. This meant that only one user could sign in. In this video, I show off how I made a working sign-up page using lists. The TI-84 has surprising programming capabilities. People have made classic games such as Mario and Flappy Bird using more complex languages - but, that's not what's exciting. As seen in other popular TI-84 videos, a lot is possibl...
MAGIC 8 Ball, but It Runs On A TI-84 Calculator
Переглядів 9654 роки тому
The Magic 8 Ball was one of the most popular toys. It was in many movies and TV shows. Today, I make one for the TI-84 graphing calculator. Using the random integer command (randInt, I was able to generate a "random number", and use that random number to get me a "random" answer. The player can then decide to play again or quit. GitHub Download: github.com/EverydayCodeNet/MAGIC-84/releases HOW ...
CODING FACEBOOK FOR A CALCULATOR - PART 1 - Login Page | TI-84 Plus CE Coding Project
Переглядів 1,9 тис.4 роки тому
One day, I was bored in math class. So, I coded FACEBOOK on a CALCULATOR. Here's my story... The TI-84 Plus CE has surprising programming capabilities. Emulators allow people to play Pokemon, Zelda, Flappy Bird, etc. As seen in the Odd1sOut video, a lot is possible without an emulator, so I put my computer science skills to the test. In this video, I make a hard-coded login page using the promp...

КОМЕНТАРІ

  • @EthanSecrist-nc2vd
    @EthanSecrist-nc2vd 12 днів тому

    Hey I don’t know if you are still ob this account but I want to program games for the Ti 84 plus ce myself. If you don’t use an engine how do you code? And then how do you turn it into a file to send to your calculator? I have downloaded games onto my calculator but never made them myself. And I have coded in C#

  • @monsterofrods
    @monsterofrods 19 днів тому

    The Virus "Balls" just reached 1%!!!!! UPDATE! 2% Update! 3% Update! 6% and 2% dead

  • @Unhinged556
    @Unhinged556 26 днів тому

    Could you make doom pretty please if u feel like it

  • @Vexoryt124
    @Vexoryt124 2 місяці тому

    WOW amazing games i want that calculator XDD

  • @katiesellem7359
    @katiesellem7359 3 місяці тому

    make minecraft and brwal stars

  • @snomnoom2741
    @snomnoom2741 4 місяці тому

    Me

  • @willosfloppydrive
    @willosfloppydrive 5 місяців тому

    Hi! I got this on my calculator, what are the controls?

    • @EverydayCode
      @EverydayCode 5 місяців тому

      Arrow keys to change direction, enter to split in half

  • @icefire5799
    @icefire5799 5 місяців тому

    this is amazing

  • @bloodclot9768
    @bloodclot9768 8 місяців тому

    Bro is doing more on a calculator than I have ever done in my entire life 💀

  • @Missing_text15
    @Missing_text15 8 місяців тому

    dude it's a C file, how am I suppose to upload that onto a calculator?

  • @tooptet
    @tooptet 9 місяців тому

    My calculator is frozen because the game glitched pls help

  • @Badestyt
    @Badestyt 10 місяців тому

    Imagine if he just had a photo and But it was just on his computer lolz

  • @AUselessTrader
    @AUselessTrader 10 місяців тому

    I played it and it is terrible. You can walk through walls and kill mechanics are average

  • @Error55555
    @Error55555 10 місяців тому

    Not working on my calculator 🙁

  • @ThEmAnIsInToWn
    @ThEmAnIsInToWn 11 місяців тому

    Please make minecraft

  • @skidmark696
    @skidmark696 11 місяців тому

    very nice! games on calculators are very hard to make because of storage and graphic limitations, and even with that you manage to make a really well made and clean game on your own 10/10 :)

  • @Medatur76
    @Medatur76 11 місяців тому

    Tutorial?

  • @binkbonkbones3402
    @binkbonkbones3402 11 місяців тому

    Wondering if you're still interested in developing your olanet colonizer further? I have enough lore to support a grandiose jrpg, and i have an isometric planet colonizer/rpg i want to make Do you like the oregon trail game?

  • @binkbonkbones3402
    @binkbonkbones3402 11 місяців тому

    Cool, i have lore if you want to make an isometric game to make some money I like the planet colonizer game concept, and have been working on features for one for some time, and have the lore ready for development

    • @EverydayCode
      @EverydayCode 11 місяців тому

      I want to make this game for mobile and PC in the future, just not sure when

  • @OldManPhil
    @OldManPhil Рік тому

    I don’t know if you are actively coding for the ti84 plus ce anymore but I have a suggestion. The ti84 plus ce currently lacks a doom port and that is not ok. (I cannot help, I have no coding knowledge.) Also I had a thought, there is a program for it that overclocks the calculator by reducing wait states and might help push it farther than you already have. Btw thanks for being involved in the community and doing what you do.

    • @EverydayCode
      @EverydayCode Рік тому

      I had to take a break for school and work, but I will be making new and better games soon

    • @OldManPhil
      @OldManPhil Рік тому

      @@EverydayCode Yeah, that’s fine. Take as much time as you need and don’t burn yourself out.

    • @EverydayCode
      @EverydayCode Рік тому

      Thanks for supporting me ❤️

    • @viewsfromabove81
      @viewsfromabove81 6 місяців тому

      Just quit school..... But I hope your working on something big!@@EverydayCode

    • @Nbrother1607
      @Nbrother1607 4 місяці тому

      I'll be waiting for the next video to drop O_O

  • @OldManPhil
    @OldManPhil Рік тому

    After some gameplay I noticed that the plague spreads faster in Oceana.

  • @arizonaxperience
    @arizonaxperience Рік тому

    get an nspire for true 3D

  • @Moon.Light..
    @Moon.Light.. Рік тому

    How are you coding with C? I thought you only could use ti basic

    • @EverydayCode
      @EverydayCode Рік тому

      No, C works with the CE C libraries!

  • @pig_master101
    @pig_master101 Рік тому

    Where did you go

  • @squaxo
    @squaxo Рік тому

    Downloaded this on my calculator, amazing game!

  • @Henri610
    @Henri610 Рік тому

    hey where do i find the "gfx/gfx.h" file

    • @EverydayCode
      @EverydayCode Рік тому

      For most projects it'll be under src folder. You might have to run the convimg command in the terminal to generate it

    • @Henri610
      @Henri610 Рік тому

      @@EverydayCode i figured that out but theres no convimg stuff in the source code of this project

  • @upmost2766
    @upmost2766 Рік тому

    Love your videos keep up the amazing work!!!

  • @YourAverageSwimmer
    @YourAverageSwimmer Рік тому

    Can you make a game for the the nspire cx ii?

    • @EverydayCode
      @EverydayCode Рік тому

      I would if I had one of those calcs. They're so powerful

  • @mantacid1221
    @mantacid1221 Рік тому

    I got to the point where you decided to use an isometric projection, had an idea, then made a one-function implementation of isometric projection in Desmos. Thanks for the inspiration!

  • @geometryflame712
    @geometryflame712 Рік тому

    okok how does perlin noise work tho

  • @Dave-fb4rr
    @Dave-fb4rr Рік тому

    It froze my calculator

  • @crimsonamogsus7351
    @crimsonamogsus7351 Рік тому

    This is amazing

  • @larlywang8174
    @larlywang8174 Рік тому

    Hi my sister knows u lol

    • @EverydayCode
      @EverydayCode Рік тому

      W sister

    • @notreallykeven86
      @notreallykeven86 Рік тому

      @@EverydayCode are you still on youtube or did you quit?

    • @EverydayCode
      @EverydayCode Рік тому

      I'm still alive 🙃

    • @notreallykeven86
      @notreallykeven86 Рік тому

      @@EverydayCode thats good (:

    • @viewsfromabove81
      @viewsfromabove81 6 місяців тому

      yipee, but pls upload soon, I WILL PAY YOU IN HAPPINIESS, also you could probobly sell a tutorial video, but not to me :)@@notreallykeven86

  • @sirpugstudios
    @sirpugstudios Рік тому

    bro i was the 1,000th like

  • @meshogamer164
    @meshogamer164 Рік тому

    I didn't know that's codeing a game for calculator a is a thing

  • @Muramaru6
    @Muramaru6 Рік тому

    2 years later and this is still underated

  • @rydxz6149
    @rydxz6149 Рік тому

    Coding tutorial please

  • @ToppetREAL
    @ToppetREAL Рік тому

    Does this work for a normal ti-84 plus

  • @liludonvert542
    @liludonvert542 Рік тому

    This is sort of unrelated, but is there any way to use the draw commands on the graph screen like you did and at the same time have text commands like prompt? For example, the top of the screen can show a picture of a circle, and the bottom of a screen can ask text prompt for radius.

    • @EverydayCode
      @EverydayCode Рік тому

      Not exactly. This program is in C, so you can't use TI-BASIC input functions like Prompt. But you can code custom text input with the CE C toolchain

  • @RobluxDev
    @RobluxDev Рік тому

    As a roblox developer not bad you did a good job so heres the thing il help you code a full roblox game by teaching you it like random room generation

  • @RobluxDev
    @RobluxDev Рік тому

    Why dont you release karlson before dani (or you cant do that?)

  • @Minkey469
    @Minkey469 Рік тому

    how do I exit the project

  • @Zero-lj5mx
    @Zero-lj5mx Рік тому

    Js

  • @emiliochissell8385
    @emiliochissell8385 Рік тому

    my comments keep disapearing for some reason???

  • @emiliochissell8385
    @emiliochissell8385 Рік тому

    could you please make a tutorial video, I want to learn how to do this, and how you assign key binds in visual code and download it to the ti-84 ce and etc. I think it is AMAZING what you are doing!!!

    • @EverydayCode
      @EverydayCode Рік тому

      It's definitely a video I want to make and release soon. First I have to finish Clash Royale for the calc though!

    • @emiliochissell8385
      @emiliochissell8385 Рік тому

      @@EverydayCode DANG, THAT sounds EPIC!!!!!!!

  • @Mistyre
    @Mistyre Рік тому

    CODE MINECRAFT or else...

  • @fred7615
    @fred7615 Рік тому

    u basically just did perlin noise. how i do it is by setting every box to a random hight, and then going through each one and setting it to the average of the 8 around it, then repeat this smoothing until the noise is to you liking. great video!

  • @samuelchan2530
    @samuelchan2530 Рік тому

    Using school mouse 10cps, home one 7

  • @wscamel226
    @wscamel226 Рік тому

    Why isn't this a minecraft channel like you said two years ago?

  • @ThunderFarter
    @ThunderFarter Рік тому

    This is sick why no vids anymore?

    • @EverydayCode
      @EverydayCode Рік тому

      No reason, I have so many active projects