UncookedChickens / TBAG

Text Based Adventure Game

Home Page:https://bit.ly/gameTBAG

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TBAG

Text Based Adventure Game

Objects, scripts, and variables

obj_cursor
obj_text
obj_player
obj_moveable

scr_modifier_keys()
scr_load_resources()
scr_text_destroy()
scr_text_recreate()

Sample code

if(cursor_pos=max_position[current_line] && current_line<max_line && current_line>0){
  // Action code goes in here
}

Completion list

  • Tab button switches mode between editing level and testing level
  • Complete the FTC[File to Text Converter]
  • Reduce the amount of internal resources to the very minimum possible
  • Complete text engine[be able to type any character on the keyboard without problems]
  • Fully integrate new platformer engine
  • Character customization -- be able to change the color of your character

Preview of the game in editor mode

Screenshot of game

About

Text Based Adventure Game

https://bit.ly/gameTBAG


Languages

Language:Game Maker Language 100.0%