function getAttackerMission(bv, enemyTitans) { const missions = [ { title: 'Engage & Destroy', majorVictory: `Disable or destroy the entire opposing force (${enemyTitans}).`, minorVictory: 'Score more Victory Points than your opponent.' }, { title: 'Propaganda Wars', majorVictory: `Disable or destroy one opposing Titan (${enemyTitans}) without your opponent scoring any Victory Points.`, minorVictory: 'End the game without having any of your Titans disabled or destroyed, and score more Victory Points.' }, { title: 'War of Attrition', majorVictory: 'Score twice as many Victory Points as your opponent.', minorVictory: 'Score more Victory Points than your opponent.' }, { title: 'Blitzkrieg', majorVictory: 'Score more Victory Points than your opponent and exit half the points value of your force over the opposing player’s table edge.', minorVictory: 'Exit half the points value of your force over the opposing player’s table edge.' }, { title: 'Convoy', majorVictory: `Exit the Titan carrying the cargo over the opposing player’s table edge.`, minorVictory: 'Exit carrying cargo and score more Victory Points than your opponent.' }, { title: 'Rescue Mission', majorVictory: 'Exit the Titan carrying the spy from your own table edge.', minorVictory: 'Pick up the spy and score more Victory Points than your opponent.' }, { title: 'Spoiling Attack', majorVictory: `Disable or destroy one opposing Titan (${enemyTitans}) and score more Victory Points than your opponent.`, minorVictory: 'Score more Victory Points than your opponent.' }, { title: 'Break-Out', majorVictory: 'Exit more than half the points value of your force over the opposing player’s table edge.', minorVictory: 'Score more Victory Points than your opponent.' } ]; return missions[Math.floor(Math.random() * missions.length)]; }
function getDefenderMission(bv, enemyTitans) { const missions = [ { title: 'Engage & Destroy', majorVictory: `Destroy or disable the entire enemy force including ${enemyTitans}.`, minorVictory: 'Score more Victory Points than your opponent.' }, { title: 'Tripwire Defence', majorVictory: 'Stop your opponent achieving any Major Victory condition and score more Victory Points.', minorVictory: 'Score more Victory Points than your opponent.' }, { title: 'The Trap', majorVictory: `Destroy or disable the entire opposing force including ${enemyTitans}.`, minorVictory: 'Score more Victory Points than your opponent.' }, { title: 'Defensive Line', majorVictory: 'Stop your opponent achieving any Major Victory conditions and score more Victory Points.', minorVictory: 'Score more Victory Points than your opponent.' }, { title: 'Covering Force', majorVictory: 'Exit more than half your force from your own table edge.', minorVictory: 'Score more Victory Points than your opponent.' }, { title: 'Holding Action', majorVictory: 'Score more Victory Points than your opponent and exit at least half your force’s points from your own table edge.', minorVictory: 'Score more Victory Points than your opponent.' }, { title: 'No Retreat', majorVictory: `Disable or destroy at least one opposing Titan (${enemyTitans}) and score more Victory Points.`, minorVictory: 'Score more Victory Points than your opponent.' } ]; return missions[Math.floor(Math.random() * missions.length)]; }
Calculator Tools allows you to instantly create and generate any simple one page web app for
free and immediately have it online to use and share. This means anything! Mini apps,
calculators, trackers, tools, games, puzzles, screensavers... anything you can think of that the
AI can handle.
The AI uses Javacript, HTML, and CSS programming to code your app up in moments. This currently
uses GPT-4 the latest and most powerful version of the OpenAI GPT language model.
What Do You Mean Make An App?
Have you ever just wanted a simple app but didn't want to learn programming or pay someone to
make it for you? Calculator Tools is the solution! Just type in your prompt and the AI will
generate a simple app for you in seconds. You can then customize it to your liking and share it
with your friends.
AI has become so powerful it is that simple these days.
Does This Use ChatGPT?
It uses GPT-4 which is the most powerful model for ChatGPT.
Calculator Tools does not remember things from prompt to prompt, each image is a unique image
that does not reference any of the images or prompts previously supplied.