Petahr The Horse is Here
Board Mod (open source)
Made with PythonA little open source board module I made in vanilla python
syntax:
properties:
playerCharacter = the player (X,Y) default = "#"
boardCharacter = board text default = "-"
printSpace = space between board text, default = " "
markerCharacter = target character, default = "!"
functions: drawBoard(board,boardX, boardY, playerX, playerY, tgets, c) makes new board out of an array (board, boardX, and boardY are required nothing else)
board.printBoard(board) prints board on canvas
NOTES: board MUST be an array, c is a function that works like
c(x,y,character)
character Types: player, marker, board, marker being a target
\n other notes: to reset the board all you need to do is board = []
init: init['playerMarker'] (boolean) enables player marker init['targetMarkers'] (boolean) enables target markers
Recent comments (9)DotAccount2 years agoI added some features
ColoredHue2 years ago
???DotAccount2 years agoHave you ever wanted to make a dungeon game, but you didnt know how, well this is the solution for you!
Used in: Pokemon Ultimates
ColoredHue approved lol
setup: copy the board.py script and in another script do
import boardthats it syntax in desc
DotAccount2 years agoIf you want a board I guess
Text Studio!
Made with PythonText Studio! is an animation tool for text-based animations
Features Include: basic preview and create frames save files (load and save) print data (so you can use this in other games, etc) import data so you can see others' creations
and that's all (for now)
Recent comments (5)DotAccount2 years agoImport this :) [['Y', 0.1], ['Yo', 0.1], ['You', 0.1], ['Your M', 0.1], ['rehtoM ruoY', 0.1], ['Your Mot', 0.1], ['Your Mother', 0]]
DotAccount2 years agoNew Update! I added save files and fixed importing To Do--- Add preset import (wont work for some reason)
DotAccount2 years agoI made a simple tool for making text based animations I will definitely make a global publishing thing next when I figure it out
Tic Tac Toe
Made with PythonOnly has local multiplayer right now so :/
TicTacToe is a game where you have to get 3 in a row
Recent comments (2)DotAccount2 years agoI added a trashy bot (if you help me make it, that would be appreciated, it has a lot of ifs statements so) And I styled stuff a lot and added a reset data btn
DotAccount2 years agoI made a tic tac toe game with local multiplayer only
Elmo Calculator
Made with Pythonbased off of the legendary Shrekulator
Recent comments (11)DotAccount2 years agoI don't have update ideas so I just fixed some stuff
DotAccount2 years agoim slowing down on updates because this isn't my main project im working on btw, hope yall understand :)
DotAccount2 years agoI fixed the bug and added some new features
mylessumargo2 years agoit dosent work it says File "main.py", line 94 print(Style.BRIGHT + Fore.RED + elmo_ascii) ^ IndentationError: expected an indented block
DotAccount2 years agoVersion 0.0.1 includes Sphere area Logarithms thats basically it
DotAccount2 years agoRelease of my calculator based on Shrekulator by Butsch or whatever it is expect more to be added, though the first version I guess :/