Skip to content

This project is a text-based RPG that is written in Python. However, unlike most text-based RPGs, it will be using an AI as an engine to drive the path rather than having hardcoded paths determined by a random number generator or predetermined prompt.

License

Notifications You must be signed in to change notification settings

jareshi/Project-Cat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Project Cat

Intro

Hello everyone! This is one of my first projects, at least the first solo project that I will putting up on GitHub as a Public repo from the start.

Description

The project itself is a text-based RPG that will be written in Python. The difference is that this version will be using AI for determining the path, rather than having it be hardcoded. There will be certain choices that are hardcoded, such as the class or asking for your names and such. But overall, the AI will be driving the adventure.

Inspiration

I have always wanted to write a text-based RPG, and have written some before in Java and C++. However those projects were very arduous because all the paths were hard coded, and some paths did not even have proper endings due to the sheer number of divergences. I recently got the idea to use AI as an engine to generate the paths because of my Capstone project, in which we created a chatbot web application that uses AI installed locally on a machine. Thus I wanted to try my hand in using the same idea but with a different approach.

Dedication

I am dedicating this project to my younger brother, he is one of the best things to have ever happened to me. I hope that he gets to play and enjoy this game one day. He also really likes cats.


_                ___       _.--.
\`.|\..----...-'`   `-._.-'_.-'`
/  ' `         ,       __.--'
)/' _/     \   `-_,   /
`-'" `"\_  ,_.-;_.-\_ ',     
    _.-'_./   {_.'   ; /
   {_.-``-'         {_/  project cat by jareshi

For guides on how to initialize this project on your own machine, please refer to the wiki. I will make sure to regularly update the documentation there. Thank you!!

About

This project is a text-based RPG that is written in Python. However, unlike most text-based RPGs, it will be using an AI as an engine to drive the path rather than having hardcoded paths determined by a random number generator or predetermined prompt.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages