Description of SeXoniX
1994, the year SeXoniX was released on DOS, as well as J2ME. Made and self published by Daisy Field Software Development Group, this action and puzzle game is available for free on this page.
External links
Captures and Snapshots
Comments and reviews
Yeee 2021-01-23 5 points
@ONE_MORE_SMITH getting an "name 'x' is not defined" error for the following line of code: pal = [(b[x * 3 + 0])]
one_more_smith 2021-01-11 -3 points
# part two
pic = []
for p in [pal[x] for x in b[pal_size:]]:
pic += p
im = Image.frombuffer('RGB', (pic_w, pic_h), bytes(pic))
im.save('{0}.png'.format(str(pic_num).rjust(2, '0')))
one_more_smith 2021-01-11 -3 points
from PIL import Image
n = 'SEXONIX.PIC' # 13 x (768 bytes palette + 64000 bytes picture)
pal_size = 256 * 3
pic_w = 320
pic_h = 200
pic_size = pic_w * pic_h
for pic_num in range(14):
ofs = pic_num * (pal_size + pic_size)
b = open(n, 'rb').read()[ofs:ofs+pal_size+pic_size]
b = [x ^ 85 for x in b]
pal = [(b[x*3+0]
dudeguy 2017-03-31 7 points
anyone know how to access the .pic file for this game to see all the backgrounds? how about hacking the file to change the background pictures? I'm using Boxer in OS X btw.
Also, does the full version even exist? I only see the demo everywhere.
Write a comment
Share your gamer memories, help others to run the game or comment anything you'd like. If you have trouble to run SeXoniX, read the abandonware guide first!
Download SeXoniX
We may have multiple downloads for few games when different versions are available. Also, we try to upload manuals and extra documentation when possible. If you have additional files to contribute or have the game in another language, please contact us!
DOS Version
J2ME Version
- Year: 2007
- Publisher: HeroCraft Ltd
Similar games
Fellow retro gamers also downloaded these games: