Skip to content

OguzhanUmutlu/next-game-engine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

next-game-engine

A scratch-like text-based game engine that supports Python and JavaScript.

Installing

First install node.js from here: https://nodejs.org/en/download

Now just start a terminal/cmd and run:

npx install-next-engine

That's it! This should now have set up the engine to the directory you opened the terminal in!

You can now start the engine by just clicking to the run.cmd or run.vbs(For windows) or run.sh(For linux/osx) file in the directory it installed the engine in.

API

You can use the API of the engine to:

  • Alter/view the properties of a sprite
  • Check where the mouse is
  • Check which buttons of the mouse are being pressed
  • Check which keys are being pressed

About

A scratch-like text-based game engine that supports Python and JavaScript.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published