Programming: Difference between revisions

From Wiki
Line 27: Line 27:
=== Pokémon Clone ===
=== Pokémon Clone ===
Issues With Pokémon  
Issues With Pokémon  
- Exp share
*Exp share
- Breeding isn’t deep
*Breeding isn’t deep
- IV/EV training
*IV/EV training
- Design of some new mons
*Design of some new mons
- Shitty End game
*Shitty End game
- Story isn’t good
*Story isn’t good
- lack of strategy in battles
*lack of strategy in battles
    - trainers are too easy
**trainers are too easy
    - AI sucks
**AI sucks
- Bad battle animations
*Bad battle animations
- Random encounters
*Random encounters
- Multiple save files  
*Multiple save files  
- Difficulty options
*Difficulty options
- built-in nuzlocke
*built-in nuzlocke
- Ability to repeat gyms NYU
*Ability to repeat gyms NYU
- Non dynamic catching  
*Non dynamic catching  
    - Can’t slam A to increase odds of a catch  
**Can’t slam A to increase odds of a catch  
- More options in battle
*More options in battle
- Elite 4 should have different typing for individual trainers
*Elite 4 should have different typing for individual trainers
- Multiple ways to sort PC
*Multiple ways to sort PC
- Play with a friend over the Internet. Like walk around and catch mons with them
*Play with a friend over the Internet. Like walk around and catch mons with them
- Idea: instead of pp, mons have energy. Each move requires energy. Mons not out for battle regain some energy each turn
*Idea: instead of pp, mons have energy. Each move requires energy. Mons not out for battle regain some energy each turn


== Other ==
== Other ==


;[https://www.goodreads.com/book/show/44919.Working_Effectively_with_Legacy_Code Working Effectively with Legacy Code]
;[https://www.goodreads.com/book/show/44919.Working_Effectively_with_Legacy_Code Working Effectively with Legacy Code]

Revision as of 03:57, 1 April 2021

HTML/CSS

TailwindCSS
Really cool CSS library.

Personal Projects

Think Tank

Competition:

  • mtgmeta.io
  • Mtgtop8

Good places to find deck lists:

  • starcitygames
  • Tcgplayer
  • Mtggoldfish
  • Mtgdecks.net
  • tcdecks.net

Events to grab:

  • SCG
  • Magic Fest /GP
  • MTGO
  • Mythic Championship

Screen

Screen capture and annotate in chrome
Possible reference for Remote Desktop.

Pokémon Clone

Issues With Pokémon

  • Exp share
  • Breeding isn’t deep
  • IV/EV training
  • Design of some new mons
  • Shitty End game
  • Story isn’t good
  • lack of strategy in battles
    • trainers are too easy
    • AI sucks
  • Bad battle animations
  • Random encounters
  • Multiple save files
  • Difficulty options
  • built-in nuzlocke
  • Ability to repeat gyms NYU
  • Non dynamic catching
    • Can’t slam A to increase odds of a catch
  • More options in battle
  • Elite 4 should have different typing for individual trainers
  • Multiple ways to sort PC
  • Play with a friend over the Internet. Like walk around and catch mons with them
  • Idea: instead of pp, mons have energy. Each move requires energy. Mons not out for battle regain some energy each turn

Other

Working Effectively with Legacy Code