Xixit

The 8-Bit Guy
Posts: 35
Joined: Wed Jun 17, 2020 3:26 am

Xixit

Post by The 8-Bit Guy »

This is an official port of the MS-DOS game from 1995 known as Xixit. It's essentially a clone of an earlier game known as "Columns." However, Xixit has very nice eye-candy special effects, and an amazing sound track. You're going to love playing this!
Xixit Screenshot 1.png
Xixit Screenshot 1.png (28.23 KiB) Viewed 11879 times
Xixit Screenshot 2.png
Xixit Screenshot 2.png (34.49 KiB) Viewed 11879 times
Download Here:
Xixit X16.zip
(124.74 KiB) Downloaded 1900 times
(updated 1-23-2023)
Last edited by The 8-Bit Guy on Mon Jan 23, 2023 6:56 pm, edited 1 time in total.
User avatar
Cyber
Posts: 482
Joined: Mon Apr 27, 2020 7:36 am

General - CX16 Re: Xixit

Post by Cyber »

I love just looking at it and listening to it!
Soonlar
Posts: 1
Joined: Tue Jan 24, 2023 6:32 pm

Re: Xixit

Post by Soonlar »

Well done David!
Edmond D
Posts: 453
Joined: Thu Aug 19, 2021 1:42 am

Re: Xixit

Post by Edmond D »

Watch the new video about the game at https://www.youtube.com/watch?v=Eq89B-traSA
trooperklein
Posts: 4
Joined: Wed Jan 25, 2023 9:51 pm

Re: Xixit

Post by trooperklein »

I just downloaded a copy of Xixit to play on the X16 emulator. How do I get it to load?
Michael L. Klein
TomXP411
Posts: 1715
Joined: Tue May 19, 2020 8:49 pm

Re: Xixit

Post by TomXP411 »

trooperklein wrote: Wed Jan 25, 2023 9:54 pm I just downloaded a copy of Xixit to play on the X16 emulator. How do I get it to load?
Michael L. Klein
Here's what I'd do:

Create a folder named CX16-Xixit
from your emulator folder, copy the following files into that folder:
  • x16emu.exe
  • sdl2.dll
  • rom.bin
Then open the Xixit.zip file and copy all the files from that into the same folder.
Launch the emulator and
LOAD "XIXIT.PRG"
RUN


For now, this is probably the simplest means we have to make files available to the emulator without cluttering your emulator folder with a bunch of different downloads.

You can also create SD card images with your downloads, but that's a little more complex and something I recommend doing only after you know how to use the system.
trooperklein
Posts: 4
Joined: Wed Jan 25, 2023 9:51 pm

Re: Xixit

Post by trooperklein »

Thank you. I'll give it a try.
jorgedo
Posts: 1
Joined: Fri Jan 27, 2023 7:01 pm

Re: Xixit

Post by jorgedo »

Hi everyone! Great work, congratulations David, totally awesome, I've been playing it often the last three days on the X16 emulator. I noticed that sometimes a tile that is not connected with the others (and shouldn't disapear) will explode. Is that a bug? Somebody else had this experience?

Game settings:
Control: keyboard
Difficulty: easy
Background: static
Block set: wild
Music: off.
Example:
Level 16, 06 blocks remaining.
Only the red tiles must explode.
01.png
01.png (388.54 KiB) Viewed 9639 times
Three orange tiles are selected.
02.png
02.png (384.62 KiB) Viewed 9639 times
And explode.
03.png
03.png (395.21 KiB) Viewed 9639 times
aleax804
Posts: 1
Joined: Sat Jan 28, 2023 11:18 am

Re: Xixit

Post by aleax804 »

TomXP411 wrote: Wed Jan 25, 2023 10:22 pm
trooperklein wrote: Wed Jan 25, 2023 9:54 pm I just downloaded a copy of Xixit to play on the X16 emulator. How do I get it to load?
Michael L. Klein
Here's what I'd do:

Create a folder named CX16-Xixit
from your emulator folder, copy the following files into that folder:
  • x16emu.exe
  • sdl2.dll
  • rom.bin
Then open the Xixit.zip file and copy all the files from that into the same folder.
Launch the emulator and
LOAD "XIXIT.PRG"
RUN

Or instead of all of that duplication, you could simply create a one line batch file in the XIXIT folder called launch.bat or whatever with these contents:

..\x16emu -prg XIXIT.PRG -run

...which will launch the emulator directly into the game. Of course, this is assuming your XIXIT folder is directly beneath the emulator folder. Yeah, it reeks of DOS but what can you do?
TomXP411
Posts: 1715
Joined: Tue May 19, 2020 8:49 pm

Re: Xixit

Post by TomXP411 »

aleax804 wrote: Sat Jan 28, 2023 11:30 am ...which will launch the emulator directly into the game. Of course, this is assuming your XIXIT folder is directly beneath the emulator folder. Yeah, it reeks of DOS but what can you do?
That works too. I was trying to avoid batch files or command line scripts, since the kind of people who write command line scripts will have already written that same script. (I actually have 5 or so scripts to launch the emulator, for similar reasons.)
Post Reply