Jonathan
  • Joined on 2022-09-21
Jonathan closed issue Jonathan/Peradventure#11 2024-03-18 18:41:33 -05:00
Render the map in browser upon request
Jonathan closed issue Jonathan/Peradventure#3 2024-03-18 15:44:20 -05:00
Import Pico CSS
Jonathan pushed to master at Jonathan/Peradventure 2024-03-18 15:37:56 -05:00
989d33ff5e fix merge conflicts
684ebb61a8 added real-time map render!
Compare 2 commits »
Jonathan opened issue Jonathan/Peradventure#11 2024-03-18 14:58:43 -05:00
Render the map in browser upon request
Jonathan commented on issue Jonathan/Peradventure#10 2024-03-18 14:30:17 -05:00
Create function to populate map DB

I am also wanting to create a map template and feed that into the DB. Working on the map_tiles variable now.

Jonathan commented on issue Jonathan/Peradventure#10 2024-03-18 13:29:35 -05:00
Create function to populate map DB

Needs to hide the start button after function complete because it will generate 10,000 references each time you click the button.

Jonathan pushed to master at Jonathan/Peradventure 2024-03-17 21:22:07 -05:00
d48ad24c08 adding map db
Jonathan opened issue Jonathan/Peradventure#10 2024-03-17 19:46:52 -05:00
Create function to populate map DB
Jonathan closed issue Jonathan/Peradventure#6 2024-03-17 16:55:39 -05:00
Create DB
Jonathan pushed to master at Jonathan/Peradventure 2024-03-17 16:55:33 -05:00
0d9e48752d initialized database
Jonathan pushed to master at Jonathan/Peradventure 2024-03-17 16:04:52 -05:00
dd40016775 added layouts, db support
Jonathan commented on issue Jonathan/Peradventure#6 2024-03-17 16:04:03 -05:00
Create DB

working on it

Jonathan opened issue Jonathan/Peradventure#9 2024-03-17 15:41:03 -05:00
Create start button
Jonathan commented on issue Jonathan/Peradventure#8 2024-03-17 15:22:14 -05:00
Create game loop

Clicking the start button begins the game loop by opening character creation.

Jonathan opened issue Jonathan/Peradventure#8 2024-03-17 15:20:30 -05:00
Create game loop
Jonathan commented on issue Jonathan/Peradventure#6 2024-03-17 15:18:24 -05:00
Create DB

DB tables:

  • map - XY coordinates, ID, occupied_by.
  • player_name
  • player_HP
  • player_inventory - contains item, quantity, ref to function (find way to constrain max number of items)
Jonathan commented on issue Jonathan/Peradventure#4 2024-03-17 15:14:46 -05:00
Create Storyline

You are a prospector investigating a forgotten underground cave complex filled with deep catacombs and lit by eerie cave lights, defended by a race of nasty cave bugs. Escape to your airplane and…

Jonathan opened issue Jonathan/Peradventure#7 2024-03-17 15:07:33 -05:00
Implement Character Creation
Jonathan opened issue Jonathan/Peradventure#6 2024-03-17 14:59:22 -05:00
Create DB
Jonathan closed issue Jonathan/Peradventure#5 2024-03-17 14:40:25 -05:00
Implement Layouts