Viewing profile :: merthsoft
User avatar

merthsoft

im shaun
Member
User ID 1869
4 posts
Joined Dec. 16, 2004
Cemetech Contest 11 (Lightning Coding): 1st Place

Occupation
Software Engineer
ticalc.org profile
#7522

Forum posts

merthsoft has authored 3,917 posts (1.31% of the total) containing 169,761 words, averaging 0.7292 posts per day and 43.34 words per post.

Please wait warmly, graph is rendering.

Archives contributions

Authored files

As of , merthsoft had authored 30 files. The following statistics were current then, but may have changed in the intervening time.

With 30 files, merthsoft is at rank 5 among all users for number of files authored. These files have been downloaded 171917 times, placing merthsoft at rank 5 for total downloads of their files.

Title Description Downloads Average rating
TokenIDE TokenIDE is an Interactive Development Environment for TI-BASIC for the TI-73, TI-82, TI-83, TI-83+ series, TI-84+ series, and the TI-84+ Color Silver Edition. Now includes support for xLibC! Its goal is to provide BASIC programmers the ability to develop their programs on the c… 6898 8.8/10
CALCnet Chat! v1.0 CALCnet Chat! is a multi-user chat program written for Doors CS 7.1 and later. It takes advantages of the powerful CALCnet 2.2 networking protocol for TI graphing calculators ( http://www.cemetech.net/projects/item.php?id=33 ) and the Doors CS GUI API to offer a small yet power… 1219 10/10
CALCnet C# Library This is a library for .Net for interfacing with globalCALCnet. With just some simple code you can quickly develop software that interfaces with calculators and other computers on globalCALCnet. Also included is an implementation of Chat!, a chat program written to use CALCnet by… 969 9/10
Minesweeper The classic game Minesweeper now on your Casio Prizm! 14920 8.6/10
PrizmProject This program sets up an empty prizm project for you, creating all the files needed by pcgsdk and Visual Studio 2010. 1779
Two-Byte Character Finder This is a program I wrote to help me find the hex for the various two-byte characters on the Prizm. 1497 10/10
PrizmLife Conway's Game of Life for the Casio Prizm. 8349 9/10
Directory to HTML This program spiders through a directory, creating simple web pages that list all directories and files recursively. I know there are plenty of programs that do this already, I just wanted to make something on my own. 848
Periodic Table of the Elements This is a periodic table of the elements for the Casio Prizm. While I was working on this, Casio released one of their own, but this one is smaller, so it's worth using if you're tight on space or like me more than Casio. 7168 9/10
Ludum Dare 22 - A Typical Friday Night This is my first time entering Ludum Dare, so I decided to make an IF game. Growing up I always loved IF, and I figured this would be a good chance to get making one under my belt. You play similar to other IF games (think Zork). Use directions to move around (such as "east" or … 858
Minesweeper 2.0 (Graphical) The classic game Minesweeper now on your Casio Prizm, now with pretty graphics! (Sorry for the low-quality .gif, it looks better on the calc.) See readme for revision history. 24864 8.6/10
Wolfenstein 3D Sprite Recolor Tool This is a little tool I made to make recoloring sprites in the game Wolfenstein3D easier. It allows you map all pixels of one color to another based on the selected palette, so if you wanted, for example, to recolor all the greys to green, you could do that very simply. 1597
Snake Snake v0.9. You are a green snake, and you want to eat red apples. Unfortunately, every time you eat an apple, three blue, poisonous berries appear. Avoid the berries, the walls, and yourself while eating as many apples as possible! 42261 9.6/10
Ulam Spiral Generator This program draws an Ulam Spiral on the graphscreen of your calculator. Ths program works on both Color and non-color calculators. 650 10/10
Triss Triss is a simple screen saver that draws a triangle and bounces it around the screen. You can control the background color, triangle color, the trail length, the line thickness, and how much the triangle moves each step. Press 2nd to enter the settings menu. Follow the onscre… 866
AxeDCS Token XML file [TokenIDE] The axiom, AxeDCS, allows one to use assembly references directly from DoorsCS in your Axe programs. You will need DoorsCS 7.1.1 at least to compile and run the program, and Axe 1.2.0 at least to compile. This xml file is a token file for TokenIDE, allowing you to write axe p… 628 10/10
Graph Screen Text Map Editor This is a little map editor thing I started working on that can be used to make text maps on the graph screen with color for the text. This could be used for any matrix-based engine with a 10x22 matrix. It would take further code to make it work for other, similar engines. It… 523
robotfindskitten robotfindskitten is a "Zen simulation" game where you control a robot, #, trying to find a kitten. On the screen are 13 symbols, one of which is the kitten. Your job is to walk around touching items until you find the kitten. Each item gives you a description. Play until you fin… 2125
Cross-platform Random Walk This program performs a random walk around the homescreen of your calculator, and collects the number of steps taken each run. Once no move can be made without crossing a previously visited spot, the program terminates, and reports the number of steps taken, the min and max step… 538
Dino Puzzle In this game, you try to match pairs of like pieces. You can swap two rows with 2nd. You get 5 points for each pair. You get bonus points for trapping pieces in between opened and closed eggshells. Every 50 points you gain a new level. Try to beat your high score! 1122
Block Dude Fixed bug where level 3 didn't work! Based on the classic PuzzPack favorite, Block Dude is a puzzle game where you carry boxes around and try to exit the level through the door. Comes with a level editor so you can make your own levels! 7818 9/10
Sir, You Are Being Hunted Inventory Editor An inventory editor for the game Sir, You Are Being Hunted. Now works with .NET 3.5. 3958
CBL2 Whack-A-Mole This is a game of Whack-A-Mole using the CBL2 light sensor! Make sure you have DoorsCSE installed (http://dcs.cemetech.net). Turn your brightness to max. Hook up the light sensor into Channel 1, and connect your 84+CSE via the link port. Run the program, and point the light… 583
Turtle An interpreter for a custom turtle graphics programming language. See readme for details. Requires DCS8. 411
Game of Life Conway's Game of Life for the TI-84+CE https://en.wikipedia.org/wiki/Conway's_Game_of_Life The Game of Life is a cellular automaton created by John Conway in 1970. This is an implementation for the 84+CE graphing calculator. 13300 7/10
Minesweeper Minesweeper for the TI-84+CE Revision History: v1.4b 2024.06.15 - Game timer Save board on exit v1.4a 2024.06.15 - Debouncing code implemented v1.3 2024.06.10 - Recompile with new toolchain v1.2 2016.04.05 - Better on-calc … 25539 9.5/10
Block Dude CE Based on the classic PuzzPack favorite by Brandon Sterner, Block Dude is a simple yet challenging puzzle game where you navigate levels, relocating boxes to find your way to the exit. Play through 11 levels and try to minimize your move count! 602
Triss CE - Triangle Screensaver for the TI-84+CE TRISS is a screen saver for your TI-84+CE utilizing the Celtic CE library. 38
Cowsay BASIC COWSAY BASIC v1.0 Merthsoft Creations, January 2025 About: COWSAY is a very simple implementation of the famous cowsay program. Usage: Takes string input in ANS, and displays a cow saying the message. If the message is longer than 24 characters, it will be truncated. … 6
Fish CE Fish CE v1.2 Merthsoft Creations, January 2025 Fish CE is simple fish simulation for the TI-84+CE. Based on the hit simulation Simple Fish Tank on the Microsoft Store (https://apps.microsoft.com/detail/9NBLGGH2W1TV). Watch the fish swim. Sometimes they get spooked and swi… 8

Reviews

merthsoft has not reviewed any files.

Advertisement