Skip to content
Open navbar menu
Sign UpLog In
DotAccount

Petahr The Horse is Here

@DotAccount
Idiot peebrain
  • Board Mod (open source)

    Cover page
    Made with Python

    A 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)
    DotAccount
    DotAccount
    2 years ago

    I added some features

    ColoredHue
    ColoredHue
    2 years ago

    Screenshot 2022-03-08 8.45.44 AM

    ???

    DotAccount
    DotAccount
    2 years ago

    Have 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 board

    thats it syntax in desc

    DotAccount
    DotAccount
    2 years ago

    If you want a board I guess

  • Text Studio!

    Cover page
    Made with Python

    Text 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)
    DotAccount
    DotAccount
    2 years ago

    Import 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]]

    DotAccount
    DotAccount
    2 years ago

    New Update! I added save files and fixed importing To Do--- Add preset import (wont work for some reason)

    DotAccount
    DotAccount
    2 years ago

    I 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

    Cover page
    Made with Python

    Only has local multiplayer right now so :/

    TicTacToe is a game where you have to get 3 in a row

    Recent comments (2)
    DotAccount
    DotAccount
    2 years ago

    I 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

    DotAccount
    DotAccount
    2 years ago

    I made a tic tac toe game with local multiplayer only

  • Elmo Calculator

    Cover page
    Made with Python

    based off of the legendary Shrekulator

    Recent comments (11)
    DotAccount
    DotAccount
    2 years ago

    I don't have update ideas so I just fixed some stuff

    DotAccount
    DotAccount
    2 years ago

    im slowing down on updates because this isn't my main project im working on btw, hope yall understand :)

    DotAccount
    DotAccount
    2 years ago

    I fixed the bug and added some new features

    mylessumargo
    mylessumargo
    2 years ago

    it dosent work it says File "main.py", line 94 print(Style.BRIGHT + Fore.RED + elmo_ascii) ^ IndentationError: expected an indented block

    DotAccount
    DotAccount
    2 years ago

    Version 0.0.1 includes Sphere area Logarithms thats basically it

    DotAccount
    DotAccount
    2 years ago

    Release of my calculator based on Shrekulator by Butsch or whatever it is expect more to be added, though the first version I guess :/

All Repls