Coder Social home page Coder Social logo

castlevania's Introduction

Castlevania fangame

This a fangame/remake of the first Castlevania on nes made for learning purposes, where you controls Richter instead of Simon

The graphics don't follows the nes's limits and color palette, but stay minimalist with a 32 color palette.(DB32)

I tried to improve the game with some others castlevania's mechanics like stairs's jumping and backflip.

Utilisation

Commande Role
npm start Launches the dev server
npm run build Build the ts files and copy the contents of the public folder to the build folder
npm run check Compiles ts files and reports errors
npm run create-dist-desktop Creates executables from the build folder (win64, linux64, osx64) with nw.js
npm run create-dist-mobile Create a cordova project for android
npm run android Build the project for android and launch the emulator (or mobile if connected via usb)
start:browser Build the project for android and launch the browser

Debugger

This project works with the vscode debugger, however it is necessary to configure url and webRoot

    {
    "version": "0.2.0",
    "configurations": [
        {
            "type": "pwa-chrome",
            "request": "launch",
            "name": "Launch Chrome against localhost",
            "url": "http://localhost:8000", /** adapt to your port number */
            "webRoot": "${workspaceFolder}/template-esbuild-jsdoc" /** <-- insert folder name  */
        }
    }

castlevania's People

Contributors

huhmiel-games avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.