Skip to content
This repository has been archived by the owner on Aug 15, 2023. It is now read-only.

itzreversee/simplerpg

Repository files navigation

a python game, made from scratch.

Version 2.4a

To open the launcher, run python3 launcher.py in your terminal!

To Mod stuff, check out modloader, and modrepo!
You can also create your own mods! The wiki will soon be updated! wiki will not be updated anymore. check out this (under construction) nah this not good, probably will come back to wiki

Quick Instruction

  • q, w, e - action 1, 2 ,3
  • r - Action 4 ( often back / exit )
  • t, y - other actions that aren't currently implemented / will be implemented in mods or future updates
  • capital Z or X will exit game if not using getch() as input
  • When HP is 0, you lose.

Versions

  • Ota Update ( v2.4a ) - September 19, 2022 - > download (latest)
  • Launcher Update ( v2.3a ) - May 29, 2022 - > download
  • Ai & World Update ( v2.2a ) - January 6, 2022 - > download
  • Quick Fixes ( v2.1a ) - January 5, 2022 - > download
  • Village Core ( v2a ) - December 14, 2021 - > download
  • Battle Engine ( v1.4a-unstable ) - November 21, 2021 - > download

Branches

  • stable - Most stable branch, it is where the release are made!
  • unstable - not so stable, but playable ( i think )
  • edge - don't touch that! it is broken all the time - NOT CREATED YET
  • *test - eg. villagetest, it is testing branch for some major things that aparently need entirely diffrent code, and then i will have trouble merging it into unstable...