Giter Site home page Giter Site logo

landonlloyd / game-off-2020 Goto Github PK

View Code? Open in Web Editor NEW
2.0 2.0 2.0 105 KB

My attempt at the Game Off 2020 game jam hosted by github and Lee Reilly. All my code for the jam will be hosted here!

License: MIT License

HTML 32.98% JavaScript 47.88% CSS 19.14%

game-off-2020's Introduction

Landon Lloyd

Welcome to my Github Profile Page. All of my projects I have created are stored here! Thanks for visiting! ๐Ÿ˜„

About Me

I am a programmer learning how to code for fun. I am going through the FreeCodeCamp Curriculum where I started from the very beginning. I have currently attained the Responsive Web Design and JavaScript Algorithms and Data Structures Certifications. I am currently working through the Front-End-Libraries section, where I am learning more about jQuery. I found a love for programming at the beginning of the COVID-19 lockdown when I wanted to do something useful with my time. I will continue to keep learning and having fun with code and hopefully one day finish the FreeCodeCamp Curriculum!

Currently Working On

I am currently working on completing the Front-End-Libraries section of FreeCodeCamp. Overall though I am working on completing the whole FreeCodeCamp Curriculum. I am also working on completing an app that can be used to make brackets for games and tournaments.

Contributions

I am fairly new to Github and have been learning how to use it. I have made most of my contributions to a Discord Bot named Becca-Bot. I have also done a tiny bit of contributing to the FreeCodeCamp discord bot. I have also completed the HacktoberFest 2020 event which taught me a lot about contributing and how to use GitHub. I am working on getting better at contributing and love open source!

100 days of code

100 Days of Code Round 1

Tech Stack

Technologies
HTML5
CSS3
JavaScript
jQuery

Contact Me

If you would like to contact me shoot me an email

Stats

Landon's github stats Landon's Top Languages

game-off-2020's People

Contributors

clay099 avatar dlloyd10 avatar landonlloyd avatar

Stargazers

 avatar  avatar

Watchers

 avatar

game-off-2020's Issues

Add More Colors

We need some more colors that are possible for the character to be. Add some to the JavaScript array in the script.js file.

[NEW CONTRIBUTORS] Add Contributors to README

If you are a new contributor also add your name to the Contributors Section of the README.md file. This will help people know who to thank! I will not accept a PR for this unless you have already contributed elsewhere. Thanks!

need help

so i was working on a new mechanism so the bullets will go slow at first and slowly speed up;

so i have this code right here but the problem is its not accurate i mean the timing is not accurate:

	bullet.style.cssText = "animation: fly " + am_checkDead_timer * 100 + "ms linear infinite";
	am_score = score;
	let check_score = function () {
		if (score > am_score && !am_game_over) {
			am_checkDead_timer -= 2;
			bullet.style.cssText = "animation-duration: " + am_checkDead_timer * 100 + "ms";
			console.log(am_checkDead_timer, "s: " + score, "am_s: " + am_score);
			am_score = score;
		}
		setTimeout(check_score, am_checkDead_timer * 100);
	};
	setTimeout(check_score, am_checkDead_timer * 100);

at first it looks fine but while time is passing the bullet starts to glitch because the time when the func check_score start is not the same as when the bullet start

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.