How to make Pokemon game with html | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 5

How to make Pokemon game with html

23rd Oct 2019, 9:39 AM
Beyblade lovers
Beyblade lovers - avatar
12 Answers
+ 8
You can't make it just with HTML you will need CSS and js with it also For inspiration I would suggest you to have a look at this code made by Ashutosh Agrawal It is the best one I could find https://code.sololearn.com/W3DcRc2pQqVz/?ref=app
23rd Oct 2019, 10:04 AM
Arsenic
Arsenic - avatar
+ 11
Arsenic thanks a lot. Beyblade lovers first understand the fact that Html is not a programming language. Next understand that any game requires some sort of logic which is programmed through programming languages. Javascript works well with HTML so you can use it for sure to make a beautiful game. Now talking about the time. First make yourself comfortable with HTML and CSS. Then learn basics of js like conditionals , variables , loops. Learn a little Object oriented programming. This can reduce a ton of work. If you see my Pokemon game i used OOP very basics which allowed adding any Pokemon with just 1 line of code. After the basics go for dom manipulation. Learning jQuery after it can greatly reduce your efforts. So after all these you are ready to make any sort of game. Wait a second nope!!!!!. You may need to learn canvas for games and some beautiful arts. It not only has to be a complete battle simulator. It can even be a Pokemon quiz or running game or maybe anything creative you can think
23rd Oct 2019, 10:16 AM
Ashutosh Agrawal
Ashutosh Agrawal - avatar
+ 6
You will need JS for sure.
24th Oct 2019, 2:23 AM
Sonic
Sonic - avatar
+ 3
So pls it this game been conbine with 3 program HTML, CSS, JS
23rd Oct 2019, 4:19 PM
Favourpikiss
Favourpikiss - avatar
+ 1
We can not make game only with HTML
25th Oct 2019, 9:01 AM
Divyang Giradkar
+ 1
We need some other programming like css
25th Oct 2019, 9:02 AM
Divyang Giradkar
+ 1
With only html can't do the trick for ypou...u will need javascript or python for your code and maybe css to add fills to it
25th Oct 2019, 9:03 AM
Ericode
Ericode - avatar
25th Oct 2019, 9:04 AM
Divyang Giradkar
0
Where are you from
23rd Oct 2019, 10:09 AM
Beyblade lovers
Beyblade lovers - avatar
0
You can also visit https://code-projects.org/ for help
26th Oct 2019, 3:59 PM
KRISHNA SINGH
0
Creating a Pokémon game in HTML involves these steps: Plan the game, structure with HTML, style with CSS, add interactivity using JavaScript, include Pokémon images, implement game logic and levels, test thoroughly, polish with audio, and finally, deploy online for others to play. It's a process that requires HTML, CSS, and JavaScript skills, but with practice and patience, you can bring your Pokémon game to life! And if anyone is a fan of Pokémon cards then also check a huge collection Pokemon cards at https://collectorpricing.org.
27th Aug 2023, 10:43 AM
Killer Frost
Killer Frost - avatar