У нас вы можете посмотреть бесплатно BOMB.BAS - GW-BASIC, 1-player bomb dropping target game или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
This is likely one of my first programs ever in GW-BASIC that uses the Tandy joystick. It was pretty incredible at the time, since it was proportional. While this is running under PC-BASIC emulator, which returns 0..255 (or sometimes 1..255) from my Xbox 360 controllers on Windows 10, the original Tandy joystick would return about 55 in the center, so about 0..110 total, which an extreme annoyance that if you held too far to the right, it would return 0 instead of 110. For my GW-BASIC programs, I modified the code to interpolate from 0..255 to the approximate screen coordinates of 0..319,0..199. The game runs significantly faster in the PC-BASIC emulator than the Tandy 1000 SX I used to program it. My playlists: -------------------- Voxel: https://youtu.be/watch?v=XCVWEuhCCDM&... Road: https://youtu.be/watch?v=ck5ALX11YU4&... Ray Casting 3D: https://youtu.be/watch?v=zjswXUTMP2o&... Side-Scroll Shmup: https://youtu.be/watch?v=fF4X8zN-Raw&... MonoGame Tutorial: • Arena Shmup Demo #1 - Tiled Arena, Pl... My websites: --------------------- my GitHub: https://github.com/JDoucette my company: http://xona.com my Blog: http://thefirstpixel.com