dev-resources.site
for different kinds of informations.
JavaScript RPG Document: Exploration Feature - Level 1
Published at
11/22/2024
Categories
javascript
rpg
gamedev
beginners
Author
farishan
Author
8 person written this
farishan
open
The easiest exploration feature I can think of is 1-dimensional exploration. Up-down, or left-right, or point A to point B, or room 1 to room 2.
Let's choose the "room" one, like in MUD games.
Requirements
Functional Requirements
- Player can see their character's current room
- Player can move to next rooms by pressing "d" key
- Player can move to previous rooms by pressing "a" key
- There is only 3 rooms and player can only explore that 3 rooms
- Player can see if they can not go to the next/previous room
Technical Requirements
- The toy can be played just by double-clicking an HTML file
Implementation
rpg Article's
22 articles in total
JavaScript RPG Document: Exploration Feature - Level 1
currently reading
Introducing "Story of Anna", an AI-Powered RPG Companion๐ฅ
read article
The Importance of Testing in RPG Game Development
read article
Learning Game Dev: Respawn Mechanics and Game Objects
read article
RPG Game - Python
read article
Rpg game with Laravel 9
read article
Dev Blog #01
read article
Why software development is more like an open-world RPG videoย game
read article
Create a Discord RPG bot with Python
read article
My First Python Project was an RPG
read article
I Made an RPG Game in Python For The First Time
read article
I Made My First RPG in Python
read article
Meet the world's tiniest 8bit MMORPG
read article
diceroller, a sample Rust project
read article
Create game with MMORPG KIT-Part 2-Map and first Character
read article
Create game with MMORPG KIT-Part 1-Project preparation
read article
Project 2021 Devlog #3
read article
Another older language: RPG - Report Program Generator
read article
TwilioQuest 24ๆ้ใใฃใฌใณใธ้ๅฌใฎใใใใ
read article
Apache NiFi Load Balancing via Load Balanced Connections
read article
IBM i "Book" Chapters 1 and 2
read article
RPG and IBM i
read article
Featured ones: