ycliper

Популярное

Музыка Кино и Анимация Автомобили Животные Спорт Путешествия Игры Юмор

Интересные видео

2025 Сериалы Трейлеры Новости Как сделать Видеоуроки Diy своими руками

Топ запросов

смотреть а4 schoolboy runaway турецкий сериал смотреть мультфильмы эдисон
Скачать

Making Telemachus // Sprites + Joysticks // Programming in bAtari Basic!

Автор: William J. Meyer

Загружено: 2023-11-18

Просмотров: 748

Описание: #Atari2600 #bAtariBASIC #AtariHomebrew #GameDev #IndieGame
I’m making a game for the Atari 2600! Join me in this second video for a breezy look at my early code-- as I get a lot of things wrong-- but manage to slide some sprites around.

I'm learning bAtari BASIC, and have a swiss-cheese understanding so far, so feel free to share your more accurate knowledge in the comments below…

Find my games on Itch.io:
https://byWilliamJMeyer.itch.io

Chapters___________________________

00:00 -- Introduction
00:40 -- Defining The Sprite In Each Cardinal Direction
01:21 -- Available Sprites
01:57 -- Kernel Options and Playfield Heights
02:27 -- Defining Colors and Other Variables
02:55 -- Defining Arrays
03:22 -- Creating the Spaceship Sprite
03:56 -- Stella Emulator Options
04:28 -- Health Ship Flight Pattern
05:13 -- Slowing Down the Health Ship
06:32 -- Attaching the Ball Sprite to the Health Ship
07:06 -- Ball Height Zero is One Pixel by One Pixel
07:26 -- Sprite Occlusion
08:18 -- The Stella Programmer's Guide
08:41 -- Visibility Hierarchy and Object Priorities
09:04 -- CTRLPF Register Controls Ball and Playfield
11:10 -- Draw Individual Playfield Pixels
11:54 -- Joystick Pins
12:12 -- Joystick Input
13:34 -- Moving the Player Sprite
14:08 -- What is a Kernel?
14:35 -- Multiple Colors Per Player Sprite
15:13 -- Blinking the Ball
16:09 -- Loop Label

Resources___________________________

Grab my Atari 2600 NTSC TIA Stella Color Palette Values (free) from my Patreon //
  / telemachus-114255493  

GDC Post Mortem: PITFALL! //
David Crane explains--
https://www.gdcvault.com/play/1014632...

Stella Programmer's Guide //
Written by Steve Wright
"I bought some batteries, but they weren't included. So I had to buy them again."
http://www.taswegian.com/WoodgrainWiz...

bAtari BASIC //
Created by Fred Quimby--
https://github.com/batari-Basic

Atari Dev Studio //
Created by chunkypixel--
https://marketplace.visualstudio.com/...

bAtari BASIC Commands //
My main cheat-sheet, by alienbill—
https://alienbill.com/2600/basic/down...

8bitsinthebasement //
Started my journey with this guy’s excellent bAtari BASIC tutorials! Thx, Peter!
   • Making a game for the Atari 2600  

Memelvar //
Humorous 'making of' an Atari game in Assembly—
   • Atari  

8Blit //
Deep dives into the Atari 2600, including assembly code exercises available via Github—
   / @8blit  

Atari Age //
Informative programming forums—
https://forums.atariage.com/forum/50-...

Into the Vertical Blank //
Fun Atari podcast—
http://intotheverticalblank.com

Special thx //
To my kid brother Wayne and my pal Dr. Gonzo for their cartridge photography— check a look at Wayne's arcade and pinball videos—
   / @vgre3000  

Check out my Atari 2600 Programming Videos!

Making Mutatis //
   • Mutatis  

Making Telemachus //
   • Telemachus  

Не удается загрузить Youtube-плеер. Проверьте блокировку Youtube в вашей сети.
Повторяем попытку...
Making Telemachus // Sprites + Joysticks // Programming in bAtari Basic!

Поделиться в:

Доступные форматы для скачивания:

Скачать видео

  • Информация по загрузке:

Скачать аудио

Похожие видео

Making Telemachus // Collisions + Color // Learning bAtari Basic!

Making Telemachus // Collisions + Color // Learning bAtari Basic!

.kkrieger - Инженерное Безумие Размером 96KB

.kkrieger - Инженерное Безумие Размером 96KB

Atari 2600 Programming is a NIGHTMARE

Atari 2600 Programming is a NIGHTMARE

Графика Atari — как она работала?

Графика Atari — как она работала?

Фантастический BTF и зачем он eBPF'у

Фантастический BTF и зачем он eBPF'у

Билл Гейтс В ЯРОСТИ: Lenovo заменяет Windows на Linux!

Билл Гейтс В ЯРОСТИ: Lenovo заменяет Windows на Linux!

Математик и черт

Математик и черт

Изучение программирования на языке BASIC для Atari 2600 — Часть 1

Изучение программирования на языке BASIC для Atari 2600 — Часть 1

Making Telemachus // Walk Cycle + Fixed-Point Math // How to Share Pixquare Color Palettes

Making Telemachus // Walk Cycle + Fixed-Point Math // How to Share Pixquare Color Palettes

My Journey in Game Programming

My Journey in Game Programming

Неудобный факт из Биографии Капитана Табаха

Неудобный факт из Биографии Капитана Табаха

«Привет, 2600!» Hello World на Atari? НЕПРОСТО!

«Привет, 2600!» Hello World на Atari? НЕПРОСТО!

Я сравнил NAD C328 ($600) с китайским усилителем ($200) — результат удивил

Я сравнил NAD C328 ($600) с китайским усилителем ($200) — результат удивил

Самая Сложная В Мире Логическая Головоломка

Самая Сложная В Мире Логическая Головоломка

Сколько дней Фил Коннорс прожил в фильме День Сурка

Сколько дней Фил Коннорс прожил в фильме День Сурка

Как создать игру для Atari

Как создать игру для Atari

Я удалил ВЕСЬ ВЕБ в Windows 11. Что из этого вышло?

Я удалил ВЕСЬ ВЕБ в Windows 11. Что из этого вышло?

Подготовка и решение задач на ЭВМ, 1976

Подготовка и решение задач на ЭВМ, 1976

Making Telemachus // Design + IDE // Creating My First Game for the Atari 2600!

Making Telemachus // Design + IDE // Creating My First Game for the Atari 2600!

Making Mutatis // My First Minikernel! // Using Assembly with bAtari BASIC

Making Mutatis // My First Minikernel! // Using Assembly with bAtari BASIC

© 2025 ycliper. Все права защищены.



  • Контакты
  • О нас
  • Политика конфиденциальности



Контакты для правообладателей: [email protected]