66 lines
3.8 KiB
HTML
66 lines
3.8 KiB
HTML
<html>
|
|
<head>
|
|
<title>LAX18's Homepage | Programs</title>
|
|
<link rel="stylesheet" type="text/css" href="style.css">
|
|
<script src="https://redalert.battleforthenet.com/widget.js" async></script>
|
|
<!-- Global site tag (gtag.js) - Google Analytics -->
|
|
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-119545665-1"></script>
|
|
<script>
|
|
window.dataLayer = window.dataLayer || [];
|
|
function gtag(){dataLayer.push(arguments);}
|
|
gtag('js', new Date());
|
|
|
|
gtag('config', 'UA-119545665-1');
|
|
</script>
|
|
|
|
<style>
|
|
td {border-bottom-style: solid;}
|
|
tr {margin-bottom: 10px;}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div id="nav">
|
|
<ul class="nav-bar">
|
|
<li style="margin-bottom: 0;display: inline;"><img src="LAX18's Website.jpg" width=200 style="border-right-style: solid;border-top-style: solid;border-color: white;"></li>
|
|
<li class="nav-bar-li"><a href="index.html">Home</a></li>
|
|
<li class="nav-bar-li"><a href="programs.html">Programs</a></li>
|
|
<li class="nav-bar-li"><a href="projects.html">Projects</li>
|
|
<li class="nav-bar-li"><a href="contact.html">Contact</a></li>
|
|
</ul>
|
|
</div>
|
|
<h2 id="titles">Programs:</h2>
|
|
<table style="border-style: solid;border-color: white;">
|
|
<tr>
|
|
<td style="border-right-style: solid;"><img src="https://www.cemetech.net/img/ss/003810.gif" width=200/></td>
|
|
<td>
|
|
<a href="https://www.cemetech.net/programs/index.php?mode=file&path=/84pce/asm/games/StockSimv.1.zip" style="text-decoration: underline;">StockSim v.1</a><br>
|
|
by LAX18<br>
|
|
StockSim is a simulation game based on the American stock market. Players can buy and sell stocks while monitoring several charts. Players have to determine the best times to sell, whilst monitoring best times to buy other stocks. Players can select from EASY and HARD modes and can save/continue their games.
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="border-right-style: solid;"><img src="https://www.cemetech.net/img/ss/003605.gif" width=200/></td>
|
|
<td>
|
|
<a href="https://www.cemetech.net/programs/index.php?mode=file&path=/84pce/basic/math/taxfind17.zip" style="text-decoration: underline;">TaxFind2017</a><br>
|
|
by LAX18<br>
|
|
This program calculates a user-selectable applied tax on the input amount. VERY HELPFUL!!! UPDATE: Now allows you to set a custom tax percentage and store it locally, idea provided by KermPhd NOTE: You need to set a local percentage BEFORE using the custom percentage tool! Redo this on RAM resets.</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="border-right-style: solid;"><img src="https://www.cemetech.net/img/ss/003606.gif" width=200/></td>
|
|
<td>
|
|
<a href="https://www.cemetech.net/programs/index.php?mode=file&path=/84pce/asm/games/asteroid3ice.zip" style="text-decoration: underline;">Asteroids 3 ICE</a><br>
|
|
by LAX18<br>
|
|
This game places you as the pilot of a spacecraft tasked with the task of destroying incomming asteroids. For every asteroid that you hit you gain a point, for every asteroid that you miss, you lose a point. UPDATE: - FASTER KEYPRESSES - Cesium ICON AND DESCRIPTION THIS GAME IS VERY SIMILAR TO ASTEROIDS 3 CE v.1.8 TIBASIC</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="border-right-style: solid;"><img src="https://www.cemetech.net/img/ss/003596.gif" width=200/></td>
|
|
<td>
|
|
<a href="https://www.cemetech.net/programs/index.php?mode=file&path=/84pce/basic/games/asteroids3.zip" style="text-decoration: underline;">Asteroids 3 CE</a><br>
|
|
By LAX18<br>
|
|
This game places you as the operator of a space craft as you attempt to shoot down ALL of the asteroids hurtling towards you. If you miss one, you lose a point. If you hit one, you gain a point. Controls: [<] Moves spacecraft left [>] Moves spacecraft right [Up] or [2nd] Fires up [Enter] or [Alpha] Pause [Mode] Quit
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</body>
|
|
</html>
|