закончились на 4 часа ранее
А про программные FPS не до конца понял
Про "разбивать" не совсем понял извините... Можете прояснить?
localStorage.setItem('game', "League of Legends");
let game = localStorage.getItem('game');
localStorage.setItem('games', JSON.stringify(["League of Legends", "Doom", "Duke Nukem 3D"]));
let games = JSON.parse(localStorage.getItem('game'));
console.log(games);