Xixit
-
- Posts: 46
- Joined: Wed Jun 17, 2020 3:26 am
Xixit
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!
Download Here:
(updated 1-23-2023)
Last edited by The 8-Bit Guy on Mon Jan 23, 2023 6:56 pm, edited 1 time in total.
Re: Xixit
Watch the new video about the game at https://www.youtube.com/watch?v=Eq89B-traSA
-
- Posts: 4
- Joined: Wed Jan 25, 2023 9:51 pm
Re: Xixit
I just downloaded a copy of Xixit to play on the X16 emulator. How do I get it to load?
Michael L. Klein
Michael L. Klein
Re: Xixit
Here's what I'd do: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
Create a folder named CX16-Xixit
from your emulator folder, copy the following files into that folder:
- x16emu.exe
- sdl2.dll
- rom.bin
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.
Re: Xixit
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. Three orange tiles are selected. And explode.
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. Three orange tiles are selected. And explode.
Re: Xixit
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:TomXP411 wrote: ↑Wed Jan 25, 2023 10:22 pmHere's what I'd do: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
Create a folder named CX16-Xixit
from your emulator folder, copy the following files into that folder:Then open the Xixit.zip file and copy all the files from that into the same folder.
- x16emu.exe
- sdl2.dll
- rom.bin
Launch the emulator and
LOAD "XIXIT.PRG"
RUN
..\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?
Re: Xixit
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.)