Coder Social home page Coder Social logo

lexlongcoding / final-fantasy-tactics-python Goto Github PK

View Code? Open in Web Editor NEW

This project forked from rmdashrfv/final-fantasy-tactics-python

0.0 0.0 0.0 85 KB

Recreated Final Fantasy Tactics battle system for fun.

Python 62.72% Jupyter Notebook 37.28%

final-fantasy-tactics-python's Introduction

Final Fantasy Tactics - Command Line Edition

Final Fantasy Tactics is a JRPG in which battles take place on chessboard-like stages and characters are moved around like chess pieces. I thought it'd be fun to recreate the mechanics of this game in several languages (this one being Python) as an exercise to force me to use as many aspects of the Python language as possible.

At this point most of the mechanics have been set up, and battles can take place in a way similar to CTB battle system in the original FFT game. Sometime in the future, I'll work on making navigating the map more user-friendly (as user-friendly as you can make the CLI anyway).

At the end of every battle reset the attack and defense stats on units
All other stats will persist

or add augments dict to units. detecs value, ailments, etc

I need a way to track a unit's current position on a stage current_pos function update_pos

how to measure distance of tiles? Distance would be the distance in the tile id's number and letter in alphabet do units belong to a given tile?

Next

  • units take turns

  • allow only valid movements on a stage

  • change repr functions to be Python expressions

  • add str data model methods

  • units have a way that they are facing!!!

Database

  • connect code to database
  • load items and abilities
  • upload game.db to git
  • upload maps.db to git

Game Flow

  • Turn on game
  • start new game
    • load items
    • load jobs
    • load abilities
    • create new party
    • create main character name and bday

final-fantasy-tactics-python's People

Contributors

rmdashrfv avatar oliviaellis avatar mlaw-nycda avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.