X Tutup
Skip to content

Minamotion/kaplay-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My KAPLAY.js template

A template for KAPLAY.js games

It's up to you if you wanna use this template or not.

The code of the html can be found at ./html/

How to switch to v4000?

If you wanna use v4000, then do the following:

  1. Replace k.env.d.ts with this file
  2. Make this change in index.html:
    - <script src="https://unpkg.com/kaplay@3001.0.19/dist/kaplay.js"></script>
    + <script src="https://unpkg.com/kaplay@next/dist/kaplay.js"></script>
  3. That's it! Enjoy making games in v4000!

And now for some well-deserved credits

Thank you @lajbel from the KAPLAY Team for the k.env.d.ts file! (Link to Issue#73 on KAPLAY's Github)

About

A template for KAPLAY.js games.

Topics

Resources

License

Stars

Watchers

Forks

Contributors

X Tutup