Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nkokor/pokemon-village
Pokémon inspired game made in JavaScript using Canvas
https://github.com/nkokor/pokemon-village
canvas-game game-development javascript-game top-down-game
Last synced: 14 days ago
JSON representation
Pokémon inspired game made in JavaScript using Canvas
- Host: GitHub
- URL: https://github.com/nkokor/pokemon-village
- Owner: nkokor
- Created: 2023-10-15T16:38:36.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-13T16:01:09.000Z (12 months ago)
- Last Synced: 2024-11-16T02:13:17.308Z (3 months ago)
- Topics: canvas-game, game-development, javascript-game, top-down-game
- Language: JavaScript
- Homepage:
- Size: 1.54 MB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Pokémon Village
# About
This repository contains a game I'm currently working on. The game was inspired by the world of Pokémon and is made in Javascript using Canvas for the graphics. Currently available features only include moving around and exploring the village alongside your buddy Pikachu. The implementation of the battle system and the collection of new Pokémons is currently in progress so stay tuned.# 📖 Storyline
As you get off the dock and start exploring the village, you notice it's empty and all the little homes have been abandonded, or so it looks like.
An evil wizard has taken all of the pokemons into his cave up in the snowy mountains! You must fight the wizard to save the pokemons and bring them back home.# 🗺 Map
The map was created in Tiled using game assets from itch.io. You can find the link in the "Credits" section.
![Screenshot](images/village-map.png)# 🎮 Gameplay
![Screenshot](images/gameplay.jpg)# 🔧 Setup
1. Download the project or clone the repository by running the following command:
```
gh repo clone nkokor/pokemon-village
```
2. Open 'index.html'# 💡 How to play
Use arrow keys to move around. Once you step onto a battle field (marked by a darker patch of grass), you fight the wizard. If you defeat him, you bring a pokemon back to the island. Bring all the pokemons back home to win the game.# 🤝 Credits
Game assets used to create the map were made by LimeZu on itch.io. You can find them here: [https://itch.io/](https://limezu.itch.io/serenevillagerevamped)Sprites used for the player were made by keith13024 on deviantart.com. You can find them here: [https://devianart.com/](https://keith13024/art/Ash-kalos-overworld-sprite-by-Keith13024-597851130)
Pokemon sprites used in the game were created by aniki0001 on deviantart.com. You can find them here: [https://devianart.com/](https://www.deviantart.com/aniki0001)