8000 GitHub - xorangezq/firstGameEverLove2d
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

xorangezq/firstGameEverLove2d

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

firstGameEverLove2d

Background

This is the first game I've ever created, with or without any frameworks.

This game is presented here no more than itself, either for those that are starting to learn, or for anyone, including me myself in future, to gain insights in any possible way.

GL HF.

The Game

How to run:

  1. install love2d
  2. (Mac/Linux) setting up alias love2d=/your/love2d/install in your shell
  3. git clone https://github.com/xorange/firstGameEverLove2d.git
  4. love2d firstGameEverLove2d

game play

You control a tank, firing bullets at endlessly spawned hostile bubbles.

  • Control: wasd, or arrows
  • Enemy: bubble with 3 stages, blue -> yellow -> red
  • Death penalty: none. Only prints 'Ouch' to console right now.
    • TODO: add camera shaking effect when player is hit.

Development

see DEVELOPMENT for dev log, references and some dev tips I had along the way.

License

refer to LICENSE

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Lua 100.0%
0