Jump to content

billkendrick

Member
  • Posts

    6
  • Joined

  • Last visited

  • Days Won

    1

billkendrick last won the day on September 23 2021

billkendrick had the most liked content!

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

billkendrick's Achievements

Novice

Novice (1/10)

14

Reputation

  1. The FujiNet website itself lists the 1.4 model for sale, though it's out of stock: https://fujinet.online/shop/ Vintage Computer Center here in the US build & sell them, and list the 1.5, but are also currently out of stock: https://www.vintagecomputercenter.com/fujinet And The Brewing Academy, also here in the US, built & sell them, and currently lists the 1.3* model (no case), but Marlin's on vacation until September 😄 : https://thebrewingacademy.com/collections/atari-800-xl-xe-xel-xld/products/fujinet-version-1-3 It's an open source project, so anyone can build one, of course! These things are selling like hotcakes, I tell ya! * As noted on TBA's website, "The original release of v1.3 had an error that could cause a failure to flash the esp32 from some computers while working fine from others." The wiki also lists lots of revision info: https://github.com/FujiNetWIFI/fujinet-platformio/wiki/Official-Hardware-Versions & https://github.com/FujiNetWIFI/fujinet-platformio/wiki/Prototype-Board-Revisions
  2. Finally, here are some videos of Invenies Verba 2: A video by me, in Atari800 (again, no sound 😞 ) Atariteca:
  3. There are a bunch of videos about Gem Drop Deluxe over on YouTube! My brief demo (no sound) via Atari800 emulator: Willie! / Arcade USA's from earlier this year: Atariteca: Atari 8bits Forever: Saberman: And Retro Games: Note: This game uses my so-called "Super IRG" graphics mode, which is simply 40x24 5-color text mode, flickering between two different character sets, to give an effect of more colors. Some videos don't show this very well.
  4. Atariteca wrote an article about the ISS Tracker: "Detecta la ubicación de la Estación Espacial Internacional con tu computadora Atari" ("Detect the location of the International Space Station with your Atari computer"). And Retro Computer Paraguay on YouTube posted a video of it in action:
  5. Hi all! I'm new to the Atari.io forums, and figured I should finally sign up and take part. I'm active on the AtariAge Forums now and then, and was on comp.sys.atari.8bit on Usenet back in the 1990s (but I was a teenager / early 20s kid, so it was embarrassing). I've released a few games & other silly things over the years as "New Breed Software"; mostly things in Atari BASIC & TurboBASIC XL, and a few in Action! I also ran an annual "Atari Party" event in northern California for the better part of a decade, up until a few years back when I moved up to Washington state. And I co-hosted the XEGS Cart by Cart podcast with Michael G. and David Vucetic for a while there, too! In case anyone here hadn't seen them yet, I wanted to share some of my more recent Atari 8-bit projects. The first two are for the most excellent #FujiNet networking device, and are both written in C and cross-compiled with cc65: Astronomy Photo Of the Day (APOD) Viewer This program uses the FujiNet, together with a relatively simple "web app" I wrote in PHP (with some shell script helpers), to fetch and display APOD photos in a variety of graphics modes, including high-res mono (320x192x2), medium-res color (160x192x4), medium-res 4-color per scanline(-ish), medium-res "true-color" (160x192x64 "ColorView"), low-res greyscale (80x192x16), low-res "true-color" (80x192x4096 "ColorView"), and low-res 256-color (80x192x256 "APAC"). Thanks to Jeff Potter for the inspiration (APAC and ColorView), and big thanks to "APC" for rewriting a couple of my DLIs to get them to work properly. You can learn more, and download an XEX file here (I run it off my Ultimate SD Cart, for instant boot-up): http://www.newbreedsoftware.com/fujinet-apod/ International Space Station (ISS) Tracker This program also uses FujiNet, together with a couple of pre-existing web APIs, to track the current location of the space station, it's future positions, and to show who's in space right now (and where; e.g. ISS vs Tiangong). It's also written in C. This one is also available as an XEX (and I also boot it off of an SD cart), from here: http://www.newbreedsoftware.com/fujinet-iss-tracker/ Next up are some rewrites -- again in C -- of some older games of mine: Gem Drop Deluxe Way back in 1997, I created "Gem Drop", a puzzle game for the Atari, in the Action! program language. In 1998, I ported it to C and Xlib to run on under X-Window on the Solaris (Unix) box at college, and soon after ported it to Simple DirectMedia Layer (libSDL), which allowed it to run on on even more platforms (Windows, Mac OS X, Amiga, etc.). A few years back, when I started toying with cc65, I started trying to port it to C for the Atari, as well. Things got in the way, but I picked it up recently, and have a pretty reasonable version going now. Gem Drop Deluxe is available as both an ATR disk image and a stand-alone disk-friendly XEX, which will save a high score & highest-level back to disk. There's also an XEX that doesn't try to do any disk access (so sorry!, no high score saving!), which you can use on something like an Ultimate SD Cart. As noted above, it's also written in C. http://www.newbreedsoftware.com/gemdrop_deluxe/ Invenies Verba 2.0 Created in 2014, and inspired by "Lex", a mobile game from a company that a friend of mine worked at, this is a fast-action word puzzle game played with the keyboard. I wrote it in TubroBASIC XL, which I "cross-built" from my Linux laptop. It also utilizes a PHP(!) script to build compressed dictionary files that the game uses, based on word list files (e.g., "/usr/dict/words"). The final playable version is actually compiled TubroBASIC XL, since speed is important for the dictionary look-ups it does, when confirming whether a word you entered was valid. This year, I took the BASIC code and, line-by-line, ported it to -- you guessed it! -- C, cross-compiled with cc65. I added some bells and whistles, making it a much slicker game than the original. It comes with 7 dictionaries: American English, British English, German, Polish, Spanish, Italian, and French. I need to make a proper separate page for this version of the game, but you can learn more about it, and download both the old and new versions, from here: http://www.newbreedsoftware.com/iverba/ Finally, the code for all of these are on GitHub (my games are under my own account, and the FujiNet stuff -- including the APOD server side of things -- are in the official FujiNet repos. (I also did a lot of the initial work on the "Quickstart guide" found over on the FujiNet wiki.) Let me know what you think, feel free to play around with it and peek in the code, and enjoy! -bill!
×
×
  • Create New...